aboutsummaryrefslogtreecommitdiffstats
path: root/memory.h
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2012-01-08 19:35:09 +0100
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>2012-01-13 10:36:59 +0000
commitdabdf394258aaa040fa0e754d6d05d7833542033 (patch)
tree4a4dfe83afec16e51eca3e60060ebb985f32a5c0 /memory.h
parent5c84bd904ba0aacdb295df5ff7c90ef941f469bb (diff)
Spelling fixes in comments and documentation
Codespell detected these new spelling issues. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'memory.h')
-rw-r--r--memory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/memory.h b/memory.h
index 70f57fbc1..d48b08bf9 100644
--- a/memory.h
+++ b/memory.h
@@ -561,7 +561,7 @@ void memory_region_add_subregion_overlap(MemoryRegion *mr,
* memory_region_get_ram_addr: Get the ram address associated with a memory
* region
*
- * DO NOT USE THIS FUCNTION. This is a temporary workaround while the Xen
+ * DO NOT USE THIS FUNCTION. This is a temporary workaround while the Xen
* code is being reworked.
*/
ram_addr_t memory_region_get_ram_addr(MemoryRegion *mr);
@@ -650,7 +650,7 @@ void memory_global_sync_dirty_bitmap(MemoryRegion *address_space);
* memory_region_transaction_begin: Start a transaction.
*
* During a transaction, changes will be accumulated and made visible
- * only when the transaction ends (is commited).
+ * only when the transaction ends (is committed).
*/
void memory_region_transaction_begin(void);