]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix comment.
authorJulian Seward <jseward@acm.org>
Mon, 29 Nov 2004 19:46:47 +0000 (19:46 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 29 Nov 2004 19:46:47 +0000 (19:46 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3151

coregrind/vg_transtab.c

index 8e4ff14887d3c2074ede2126ccf37d4d11ff334f..7a9871bf6b5d207a52e51d48e1b4be0bbe681632 100644 (file)
@@ -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];