mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
misc: Fix various spelling errors using typos
This fixes all typos found by the typos utility with respect to the config file. Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
This commit is contained in:
committed by
Rob Bradford
parent
fa09045f55
commit
7bf0cc1ed5
@@ -511,7 +511,7 @@ pub fn create_pty() -> io::Result<(File, File, PathBuf)> {
|
||||
// SAFETY: FFI call into libc, trivially safe
|
||||
unsafe { libc::ioctl(main.as_raw_fd(), TIOCSPTLCK as _, &mut unlock) };
|
||||
|
||||
// SAFETY: FFI call into libc, trivally safe
|
||||
// SAFETY: FFI call into libc, trivially safe
|
||||
let sub_fd = unsafe {
|
||||
libc::ioctl(
|
||||
main.as_raw_fd(),
|
||||
@@ -4280,7 +4280,7 @@ impl DeviceManager {
|
||||
// 1. Users will use direct kernel boot with device tree.
|
||||
// 2. Users will use ACPI+UEFI boot.
|
||||
|
||||
// Trigger a GPIO pin 3 event to satisify use case 1.
|
||||
// Trigger a GPIO pin 3 event to satisfy use case 1.
|
||||
self.gpio_device
|
||||
.as_ref()
|
||||
.unwrap()
|
||||
@@ -4288,7 +4288,7 @@ impl DeviceManager {
|
||||
.unwrap()
|
||||
.trigger_key(3)
|
||||
.map_err(DeviceManagerError::AArch64PowerButtonNotification)?;
|
||||
// Trigger a GED power button event to satisify use case 2.
|
||||
// Trigger a GED power button event to satisfy use case 2.
|
||||
return self
|
||||
.ged_notification_device
|
||||
.as_ref()
|
||||
|
||||
Reference in New Issue
Block a user