From: Julian Seward Date: Mon, 12 Apr 2010 20:05:24 +0000 (+0000) Subject: Comment-only change. X-Git-Tag: svn/VALGRIND_3_6_0~321 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5633740b6a490ca05e191ceb3129ed9d50fd2f0;p=thirdparty%2Fvalgrind.git Comment-only change. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11103 --- diff --git a/helgrind/libhb_core.c b/helgrind/libhb_core.c index e5a058241b..63657e9599 100644 --- a/helgrind/libhb_core.c +++ b/helgrind/libhb_core.c @@ -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