summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--op.c4
-rw-r--r--peep.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/op.c b/op.c
index 5e16b18f16..4f5d78ef83 100644
--- a/op.c
+++ b/op.c
@@ -19,8 +19,8 @@
* [p.23 of _The Lord of the Rings_, I/i: "A Long-Expected Party"]
*/
-/* This file contains the functions that create, manipulate and optimize
- * the OP structures that hold a compiled perl program.
+/* This file contains the functions that create and manipulate the OP
+ * structures that hold a compiled perl program.
*
* Note that during the build of miniperl, a temporary copy of this file
* is made, called opmini.c.
diff --git a/peep.c b/peep.c
index f00ce8289c..07e1194530 100644
--- a/peep.c
+++ b/peep.c
@@ -17,6 +17,10 @@
* the hill again.'
*/
+/* This file contains functions for optimizing and finalizing the OP
+ * structures that hold a compiled perl program
+ */
+
#include "EXTERN.h"
#define PERL_IN_PEEP_C
#include "perl.h"