From: Nicholas Nethercote Date: Tue, 20 Jul 2004 13:29:02 +0000 (+0000) Subject: comment typo X-Git-Tag: svn/VALGRIND_2_2_0~122 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=798fa0f8fa97c1e9d8a3a2b6194304449cdadf79;p=thirdparty%2Fvalgrind.git comment typo git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2514 --- diff --git a/cachegrind/cg_main.c b/cachegrind/cg_main.c index 757cb1a7fb..b93bdf8815 100644 --- a/cachegrind/cg_main.c +++ b/cachegrind/cg_main.c @@ -118,7 +118,7 @@ static fileCC *CC_table[N_FILE_ENTRIES]; // - Holds the cached info about each instr that is used for simulation. // - table(BB_start_addr, list(instr_info)) // - For each BB, each instr_info in the list holds info about the -// instruction (instr_size, instr_addr, etc), plue a pointer to its line +// instruction (instr_size, instr_addr, etc), plus a pointer to its line // CC. This node is what's passed to the simulation function. // - When BBs are discarded the relevant list(instr_details) is freed.