2011-01-08 Michael Snyder <msnyder@vmware.com>
[deliverable/binutils-gdb.git] / gdb / memory-map.h
index 7b7f2e482566518936a3b7894f3b6b0bdcc711d6..64a711f94cec5664fbab5c95189922048b2ca9db 100644 (file)
@@ -26,7 +26,8 @@
 
 /* Parses XML memory map passed as argument and returns the memory
    regions it describes.  On any error, emits error message and
-   returns 0. Does not throw.  Ownership of result is passed to the caller.  */
+   returns 0.  Does not throw.  Ownership of result is passed to the
+   caller.  */
 VEC(mem_region_s) *parse_memory_map (const char *memory_map);
 
 #endif
This page took 0.025071 seconds and 4 git commands to generate.