wibbles



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4433 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/massif/ms_main.c b/massif/ms_main.c
index c44e2a1..03fb336 100644
--- a/massif/ms_main.c
+++ b/massif/ms_main.c
@@ -782,7 +782,7 @@
    
    VGP_PUSHCC(VgpCliMalloc);
 
-   // First try and find the block.
+   // Remove the old block
    hc = VG_(HT_remove)(malloc_list, (UWord)p_old);
    if (hc == NULL) {
       VGP_POPCC(VgpCliMalloc);