We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd1146 commit c54ee50Copy full SHA for c54ee50
coregrind/vg_transtab.c
@@ -150,7 +150,7 @@ static TTEntry* vg_tt = NULL;
150
static Int vg_tt_used = 0;
151
152
/* 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
+ pointer to a TC entry which may or may not be the correct one, but
154
which we hope usually is. This array is referred to directly from
155
vg_dispatch.S. */
156
Addr /* TCEntry*, really */ VG_(tt_fast)[VG_TT_FAST_SIZE];
0 commit comments