comment typo


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2514 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/cachegrind/cg_main.c b/cachegrind/cg_main.c
index 757cb1a..b93bdf8 100644
--- a/cachegrind/cg_main.c
+++ b/cachegrind/cg_main.c
@@ -118,7 +118,7 @@
 // - 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.