summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-08-25 22:27:33 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-08-25 23:02:07 -0700
commitadc42c31aa41517bfdda512fee0bbc3859910f76 (patch)
treea50f51af6d69e149eeed375b731dfcb924e4855e /op.h
parentc8fe3bdf72b0df1c0b68f180001f0a3dde206992 (diff)
downloadperl-adc42c31aa41517bfdda512fee0bbc3859910f76.tar.gz
Correct typo in flag name
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 60af704d2d..2bfaa0d9dd 100644
--- a/op.h
+++ b/op.h
@@ -224,7 +224,7 @@ Deprecated. Use C<GIMME_V> instead.
/* OP_RV2HV and OP_PADHV */
#define OPpTRUEBOOL 32 /* %hash in (%hash || $foo) in
void context */
-#define OpMAYBE_TRUEBOOL 64 /* %hash in (%hash || $foo) where
+#define OPpMAYBE_TRUEBOOL 64 /* %hash in (%hash || $foo) where
cx is not known till run time */
/* OP_SUBSTR only */