summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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