From: Manos Pitsidianakis Date: Tue, 20 Feb 2024 08:52:15 +0000 (+0200) Subject: include/exec/memory.h: correct typos X-Git-Tag: v9.0.0-rc0~55^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2432e063cb98a23cfa61c9ef79e88bcf8ace0e8c;p=thirdparty%2Fqemu.git include/exec/memory.h: correct typos Correct typos automatically found with the `typos` tool Signed-off-by: Manos Pitsidianakis Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Michael Tokarev Signed-off-by: Michael Tokarev --- diff --git a/include/exec/memory.h b/include/exec/memory.h index 177be23db70..8626a355b31 100644 --- a/include/exec/memory.h +++ b/include/exec/memory.h @@ -3146,7 +3146,7 @@ int ram_block_discard_require(bool state); /* * See ram_block_discard_require(): only inhibit technologies that disable - * uncoordinated discarding of pages in RAM blocks, allowing co-existance with + * uncoordinated discarding of pages in RAM blocks, allowing co-existence with * technologies that only inhibit uncoordinated discards (via the * RamDiscardManager). */