|
From: <sv...@va...> - 2010-04-12 20:05:40
|
Author: sewardj
Date: 2010-04-12 21:05:24 +0100 (Mon, 12 Apr 2010)
New Revision: 11103
Log:
Comment-only change.
Modified:
trunk/helgrind/libhb_core.c
Modified: trunk/helgrind/libhb_core.c
===================================================================
--- trunk/helgrind/libhb_core.c 2010-04-12 19:53:05 UTC (rev 11102)
+++ trunk/helgrind/libhb_core.c 2010-04-12 20:05:24 UTC (rev 11103)
@@ -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
|