summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPeter Maydell2018-05-15 15:48:35 +0200
committerPaolo Bonzini2018-06-01 14:15:10 +0200
commit0330002cb5176fcbc376478ac36f5f512ed53b9f (patch)
tree145240d43a52492906349d58d488baff4fecb873 /include
parentvirtio: free MemoryRegionCache when initialization fails (diff)
downloadqemu-0330002cb5176fcbc376478ac36f5f512ed53b9f.tar.gz
qemu-0330002cb5176fcbc376478ac36f5f512ed53b9f.tar.xz
qemu-0330002cb5176fcbc376478ac36f5f512ed53b9f.zip
memory.h: Fix typo in documentation comment
Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20180515134835.3409-1-peter.maydell@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/exec/memory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/exec/memory.h b/include/exec/memory.h
index 525619a5f4..4fa1227f13 100644
--- a/include/exec/memory.h
+++ b/include/exec/memory.h
@@ -679,7 +679,7 @@ void memory_region_init_rom_device_nomigrate(MemoryRegion *mr,
* memory_region_init_reservation: Initialize a memory region that reserves
* I/O space.
*
- * A reservation region primariy serves debugging purposes. It claims I/O
+ * A reservation region primarily serves debugging purposes. It claims I/O
* space that is not supposed to be handled by QEMU itself. Any access via
* the memory API will cause an abort().
* This function is deprecated. Use memory_region_init_io() with NULL