]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Whoops, fix comment.
authorNicholas Nethercote <n.nethercote@gmail.com>
Sat, 10 Jul 2004 17:27:20 +0000 (17:27 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Sat, 10 Jul 2004 17:27:20 +0000 (17:27 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2471

coregrind/vg_memory.c

index 21d83c1b42fdbb5872024b62d425316152dba5ce..0e4bcdaf5c9e409abae6dc83959fdfb9261a7885 100644 (file)
@@ -759,7 +759,7 @@ Addr VG_(get_shadow_size)(void)
 }
 
 /*--------------------------------------------------------------------*/
-/*--- manage allocation of memory on behalf of the client          ---*/
+/*--- Handling shadow memory                                       ---*/
 /*--------------------------------------------------------------------*/
 
 void VG_(init_shadow_range)(Addr p, UInt sz, Bool call_init)