Whoops, fix comment.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2471 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vg_memory.c b/coregrind/vg_memory.c
index 21d83c1..0e4bcda 100644
--- a/coregrind/vg_memory.c
+++ b/coregrind/vg_memory.c
@@ -759,7 +759,7 @@
 }
 
 /*--------------------------------------------------------------------*/
-/*--- manage allocation of memory on behalf of the client          ---*/
+/*--- Handling shadow memory                                       ---*/
 /*--------------------------------------------------------------------*/
 
 void VG_(init_shadow_range)(Addr p, UInt sz, Bool call_init)