diff options
| author | Zhao Liu <zhao1.liu@intel.com> | 2025-05-20 23:27:50 +0800 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2025-05-26 18:04:27 +0200 |
| commit | aef5ac8624c7b826ae2adde48bc6997286ee1303 (patch) | |
| tree | 5b3797edfe28fe5e499cbc214f1b960564af5925 /rust/qemu-api/src/vmstate.rs | |
| parent | 86c54a3a418e462e67444ac4db25b2757fd62079 (diff) | |
| download | focaccia-qemu-aef5ac8624c7b826ae2adde48bc6997286ee1303.tar.gz focaccia-qemu-aef5ac8624c7b826ae2adde48bc6997286ee1303.zip | |
rust: Fix the typos in doc
These typos are found by "cargo spellcheck". Though it outputs a lot of noise and false positives, there still are some real typos. Signed-off-by: Zhao Liu <zhao1.liu@intel.com> Link: https://lore.kernel.org/r/20250520152750.2542612-6-zhao1.liu@intel.com Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'rust/qemu-api/src/vmstate.rs')
| -rw-r--r-- | rust/qemu-api/src/vmstate.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/qemu-api/src/vmstate.rs b/rust/qemu-api/src/vmstate.rs index 9c8b2398e9..812f390d78 100644 --- a/rust/qemu-api/src/vmstate.rs +++ b/rust/qemu-api/src/vmstate.rs @@ -9,7 +9,7 @@ //! * [`vmstate_unused!`](crate::vmstate_unused) and //! [`vmstate_of!`](crate::vmstate_of), which are used to express the //! migration format for a struct. This is based on the [`VMState`] trait, -//! which is defined by all migrateable types. +//! which is defined by all migratable types. //! //! * [`impl_vmstate_forward`](crate::impl_vmstate_forward) and //! [`impl_vmstate_bitsized`](crate::impl_vmstate_bitsized), which help with |