From: Julian Seward Date: Mon, 29 Nov 2004 19:46:47 +0000 (+0000) Subject: Fix comment. X-Git-Tag: svn/VALGRIND_3_0_0~1167 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=62024ae7953a6ba8fe9ddace49b09df9ba7ca165;p=thirdparty%2Fvalgrind.git Fix comment. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3151 --- diff --git a/coregrind/vg_transtab.c b/coregrind/vg_transtab.c index 8e4ff14887..7a9871bf6b 100644 --- a/coregrind/vg_transtab.c +++ b/coregrind/vg_transtab.c @@ -150,7 +150,7 @@ static TTEntry* vg_tt = NULL; static Int vg_tt_used = 0; /* Fast helper for the TT. A direct-mapped cache which holds a - pointer to a TT entry which may or may not be the correct one, but + pointer to a TC entry which may or may not be the correct one, but which we hope usually is. This array is referred to directly from vg_dispatch.S. */ Addr /* TCEntry*, really */ VG_(tt_fast)[VG_TT_FAST_SIZE];