Skip to content

Commit c54ee50

Browse files
author
sewardj
committed
Fix comment.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3151 a5019735-40e9-0310-863c-91ae7b9d1cf9
1 parent 4bd1146 commit c54ee50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coregrind/vg_transtab.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ static TTEntry* vg_tt = NULL;
150150
static Int vg_tt_used = 0;
151151

152152
/* Fast helper for the TT. A direct-mapped cache which holds a
153-
pointer to a TT entry which may or may not be the correct one, but
153+
pointer to a TC entry which may or may not be the correct one, but
154154
which we hope usually is. This array is referred to directly from
155155
vg_dispatch.S. */
156156
Addr /* TCEntry*, really */ VG_(tt_fast)[VG_TT_FAST_SIZE];

0 commit comments

Comments
 (0)