mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
ch: Fix various misspelled words
Misspellings were identified by https://github.com/marketplace/actions/check-spelling * Initial corrections suggested by Google Sheets * Additional corrections by Google Chrome auto-suggest * Some manual corrections Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
@@ -763,7 +763,7 @@ pub trait FileSystem {
|
||||
|
||||
/// Allocate requested space for file data.
|
||||
///
|
||||
/// If this function returns success, then the file sytem must guarantee that it is possible to
|
||||
/// If this function returns success, then the file system must guarantee that it is possible to
|
||||
/// write up to `length` bytes of data starting at `offset` without failing due to a lack of
|
||||
/// free space on the disk.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user