]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
comment typo
authorNicholas Nethercote <n.nethercote@gmail.com>
Tue, 20 Jul 2004 13:29:02 +0000 (13:29 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Tue, 20 Jul 2004 13:29:02 +0000 (13:29 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2514

cachegrind/cg_main.c

index 757cb1a7fb9e96b1a9c1cc0819f3ff4a0d09e0d4..b93bdf8815232eefc3e521e1a9f8213b7cef072f 100644 (file)
@@ -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.