diff options
| author | Stefan Weil <sw@weilnetz.de> | 2022-10-30 11:59:44 +0100 |
|---|---|---|
| committer | Laurent Vivier <laurent@vivier.eu> | 2022-11-05 20:35:45 +0100 |
| commit | 1e458f11273c315ee2045f6e632b8dfb5f2b1544 (patch) | |
| tree | 3d7aa5e81730bf17a4f886af75036bd4802d10e2 /include/exec | |
| parent | 58379af7102616531bf8ca499121e33b034fe9e4 (diff) | |
| download | focaccia-qemu-1e458f11273c315ee2045f6e632b8dfb5f2b1544.tar.gz focaccia-qemu-1e458f11273c315ee2045f6e632b8dfb5f2b1544.zip | |
Fix some typos in documentation and comments
Most of them were found and fixed using codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Message-Id: <20221030105944.311940-1-sw@weilnetz.de> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'include/exec')
| -rw-r--r-- | include/exec/memory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/exec/memory.h b/include/exec/memory.h index bfb1de8eea..a751c111bd 100644 --- a/include/exec/memory.h +++ b/include/exec/memory.h @@ -1970,7 +1970,7 @@ void memory_region_clear_dirty_bitmap(MemoryRegion *mr, hwaddr start, * querying the same page multiple times, which is especially useful for * display updates where the scanlines often are not page aligned. * - * The dirty bitmap region which gets copyed into the snapshot (and + * The dirty bitmap region which gets copied into the snapshot (and * cleared afterwards) can be larger than requested. The boundaries * are rounded up/down so complete bitmap longs (covering 64 pages on * 64bit hosts) can be copied over into the bitmap snapshot. Which |