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 eaf849938f..2d4786d6ae 100644
--- a/op.h
+++ b/op.h
@@ -383,7 +383,7 @@ struct loop {
#define Nullop Null(OP*)
-/* Lowest byte of PL_opargs */
+/* Lowest byte-and-a-bit of PL_opargs */
#define OA_MARK 1
#define OA_FOLDCONST 2
#define OA_RETSCALAR 4