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
@@ -604,9 +604,9 @@ pub struct VmConfig {
|
||||
pub gdb: bool,
|
||||
pub platform: Option<PlatformConfig>,
|
||||
pub tpm: Option<TpmConfig>,
|
||||
// Preseved FDs are the ones that share the same life-time as its holding
|
||||
// Preserved FDs are the ones that share the same life-time as its holding
|
||||
// VmConfig instance, such as FDs for creating TAP devices.
|
||||
// Perserved FDs will stay open as long as the holding VmConfig instance is
|
||||
// Preserved FDs will stay open as long as the holding VmConfig instance is
|
||||
// valid, and will be closed when the holding VmConfig instance is destroyed.
|
||||
#[serde(skip)]
|
||||
pub preserved_fds: Option<Vec<i32>>,
|
||||
|
||||
Reference in New Issue
Block a user