summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorRobin Houston <robin@cpan.org>2001-07-02 01:42:01 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-02 12:56:20 +0000
commit91135acbdea1cf45483dde9b64a9fe6478de25cf (patch)
treee74389fb45d2dc490d580c466dd3d650c7a776c8 /op.h
parentf878ba33add668e2581ca6b5090b9ee60bb7a475 (diff)
downloadperl-91135acbdea1cf45483dde9b64a9fe6478de25cf.tar.gz
v minor comment tweak
Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk> p4raw-id: //depot/perl@11076
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 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