aboutsummaryrefslogtreecommitdiffstats
path: root/memory.h
diff options
context:
space:
mode:
authorBALATON Zoltan <balaton@eik.bme.hu>2012-08-22 17:18:38 +0200
committerStefan Hajnoczi <stefanha@gmail.com>2012-09-14 08:21:28 +0100
commit1a7e8cae4bfd99beca9103de188440afda6c002a (patch)
treec246c153b48de7ae9c9d2e5d7394d74178de124f /memory.h
parent7b1532eccf63eae318f9116adfd4cc2ba51e31fd (diff)
downloadqemu-kvm-1a7e8cae4bfd99beca9103de188440afda6c002a.tar.gz
Fix copy&paste typos in documentation comments
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'memory.h')
-rw-r--r--memory.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/memory.h b/memory.h
index bd1bbaeabed..f6c8e324766 100644
--- a/memory.h
+++ b/memory.h
@@ -252,9 +252,9 @@ void memory_region_init_ram(MemoryRegion *mr,
uint64_t size);
/**
- * memory_region_init_ram: Initialize RAM memory region from a user-provided.
- * pointer. Accesses into the region will modify
- * memory directly.
+ * memory_region_init_ram_ptr: Initialize RAM memory region from a
+ * user-provided pointer. Accesses into the
+ * region will modify memory directly.
*
* @mr: the #MemoryRegion to be initialized.
* @name: the name of the region.
@@ -581,7 +581,8 @@ void memory_region_add_subregion(MemoryRegion *mr,
target_phys_addr_t offset,
MemoryRegion *subregion);
/**
- * memory_region_add_subregion: Add a subregion to a container, with overlap.
+ * memory_region_add_subregion_overlap: Add a subregion to a container
+ * with overlap.
*
* Adds a subregion at @offset. The subregion may overlap with other
* subregions. Conflicts are resolved by having a higher @priority hide a
@@ -743,7 +744,7 @@ void memory_listener_unregister(MemoryListener *listener);
void memory_global_dirty_log_start(void);
/**
- * memory_global_dirty_log_stop: begin dirty logging for all regions
+ * memory_global_dirty_log_stop: end dirty logging for all regions
*/
void memory_global_dirty_log_stop(void);