Add comment to top of reentr.c and fix typos in other files
[p5sagit/p5-mst-13.2.git] / dump.c
diff --git a/dump.c b/dump.c
index f80416b..5f0bef2 100644 (file)
--- a/dump.c
+++ b/dump.c
@@ -14,7 +14,7 @@
  */
 
 /* This file contains utility routines to dump the contents of SV and OP
- * structures, as used by comand-line options like -Dt and -Dx, and
+ * structures, as used by command-line options like -Dt and -Dx, and
  * by Devel::Peek.
  *
  * It also holds the debugging version of the  runops function.