summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-04-30 17:07:31 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-05-21 16:51:45 -0700
commitc657ea3a318deec149577f076f8f6b53eb87c41b (patch)
tree0d5149d609ea8c1f5d02ddd525be8485a5711a1c /op.h
parent710b4c292f50b677e488ee7f718e147312844685 (diff)
downloadperl-c657ea3a318deec149577f076f8f6b53eb87c41b.tar.gz
Correct comment typo in op.h
Diffstat (limited to 'op.h')
-rw-r--r--op.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.h b/op.h
index 05cd323d69..e50bd64a60 100644
--- a/op.h
+++ b/op.h
@@ -183,7 +183,7 @@ Deprecated. Use C<GIMME_V> instead.
#define OPpASSIGN_BACKWARDS 64 /* Left & right switched. */
#define OPpASSIGN_CV_TO_GV 128 /* Possible optimisation for constants. */
-/* Private for OP_MATCH and OP_SUBST{,CONST} */
+/* Private for OP_MATCH and OP_SUBST{,CONT} */
#define OPpRUNTIME 64 /* Pattern coming in on the stack */
/* Private for OP_TRANS */