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:
@@ -1766,7 +1766,7 @@ impl MemoryManager {
|
||||
};
|
||||
if ret != 0 {
|
||||
let e = io::Error::last_os_error();
|
||||
warn!("Failed to mark mappin as MADV_DONTDUMP: {}", e);
|
||||
warn!("Failed to mark mapping as MADV_DONTDUMP: {}", e);
|
||||
}
|
||||
|
||||
// Mark the pages as mergeable if explicitly asked for.
|
||||
|
||||
Reference in New Issue
Block a user