From e5633740b6a490ca05e191ceb3129ed9d50fd2f0 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Mon, 12 Apr 2010 20:05:24 +0000 Subject: [PATCH] Comment-only change. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11103 --- helgrind/libhb_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2