Assimilate Cwd 2.15 from CPAN
[p5sagit/p5-mst-13.2.git] / op.c
diff --git a/op.c b/op.c
index 4273e65..0c688da 100644 (file)
--- a/op.c
+++ b/op.c
@@ -678,7 +678,7 @@ Perl_scalarvoid(pTHX_ OP *o)
            if (ckWARN(WARN_VOID)) {
                useless = "a constant";
                /* don't warn on optimised away booleans, eg 
-                * use constant F, 5; Foo || print; */
+                * use constant Foo, 5; Foo || print; */
                if (cSVOPo->op_private & OPpCONST_SHORTCIRCUIT)
                    useless = 0;
                /* the constants 0 and 1 are permitted as they are