mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
misc: Fix spelling issues
Misspellings were identified by: https://github.com/marketplace/actions/check-spelling * Initial corrections based on forbidden patterns from the action * Additional corrections by Google Chrome auto-suggest * Some manual corrections * Adding markdown bullets to readme credits section Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -181,7 +181,7 @@ impl Emulator {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
/// Check if minimum set of capabitlies are supported
|
||||
/// Check if minimum set of capabilities are supported
|
||||
fn check_caps(&mut self) -> bool {
|
||||
/* min. required capabilities for TPM 2.0*/
|
||||
let caps: PtmCap = PTM_CAP_INIT
|
||||
@@ -254,7 +254,7 @@ impl Emulator {
|
||||
|
||||
let mut output = [0u8; 16];
|
||||
|
||||
// Every Control Cmd gets atleast a result code in response. Read it
|
||||
// Every Control Cmd gets at least a result code in response. Read it
|
||||
let read_size = self.control_socket.read(&mut output).map_err(|e| {
|
||||
Error::RunControlCmd(anyhow!(
|
||||
"Failed while reading response for Control Cmd: {:02X?}. Error: {:?}",
|
||||
|
||||
Reference in New Issue
Block a user