From cee4176c3151aa7ffb540a84623cff862e686ddd Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 24 Jun 2011 09:22:49 -0700 Subject: [PATCH] Correct comment that 903fd87c missed --- op.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op.h b/op.h index ce17bd5..5b1432c 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 -- 2.7.4