summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-06-24 09:22:49 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-06-24 22:58:12 -0700
commitcee4176c3151aa7ffb540a84623cff862e686ddd (patch)
tree64c3b11ecdc152616d036217e1a9e48f25142d9e /op.h
parentd9742aa386b81e67ce2ecd1229bb8f04bf2899ec (diff)
downloadperl-cee4176c3151aa7ffb540a84623cff862e686ddd.tar.gz
Correct comment that 903fd87c missed
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 ce17bd53f2..5b1432cee9 100644
--- a/op.h
+++ b/op.h
@@ -538,7 +538,7 @@ struct loop {
# define Nullop ((OP*)NULL)
#endif
-/* Lowest byte-and-a-bit of PL_opargs */
+/* Lowest byte of PL_opargs */
#define OA_MARK 1
#define OA_FOLDCONST 2
#define OA_RETSCALAR 4