This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Adjust comments in op.c and peep.c about the files' contents
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>
Wed, 8 Jun 2022 09:58:13 +0000 (10:58 +0100)
committerPaul Evans <leonerd@leonerd.org.uk>
Mon, 20 Jun 2022 12:36:52 +0000 (13:36 +0100)
op.c
peep.c

diff --git a/op.c b/op.c
index 5e16b18..4f5d78e 100644 (file)
--- 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 f00ce82..07e1194 100644 (file)
--- a/peep.c
+++ b/peep.c
  * 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"