Comment-only change.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11103 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/helgrind/libhb_core.c b/helgrind/libhb_core.c
index e5a0582..63657e9 100644
--- a/helgrind/libhb_core.c
+++ b/helgrind/libhb_core.c
@@ -3183,7 +3183,7 @@
 
 
 ///////////////////////////////////////////////////////
-//// Part (1): An OSet of RCECs
+//// Part (1): A hash table of RCECs
 ///
 
 #define N_FRAMES 8
@@ -3250,7 +3250,7 @@
    tl_assert(rcec->magic == RCEC_MAGIC);
    gal_Free( &rcec_group_allocator, rcec );
 }
-//////////// END OldRef group allocator
+//////////// END RCEC group allocator
 
 
 /* Find 'ec' in the RCEC list whose head pointer lives at 'headp' and