]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Comment-only change.
authorJulian Seward <jseward@acm.org>
Mon, 12 Apr 2010 20:05:24 +0000 (20:05 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 12 Apr 2010 20:05:24 +0000 (20:05 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11103

helgrind/libhb_core.c

index e5a058241b9d4540bedb43324e85acf088f3da92..63657e9599d7873a509e0d3d9ec9e2c09e9c550f 100644 (file)
@@ -3183,7 +3183,7 @@ static UWord stats__ctxt_tab_cmps = 0;
 
 
 ///////////////////////////////////////////////////////
-//// Part (1): An OSet of RCECs
+//// Part (1): A hash table of RCECs
 ///
 
 #define N_FRAMES 8
@@ -3250,7 +3250,7 @@ static void free_RCEC ( RCEC* rcec ) {
    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