This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move PAD_COMPNAME_GEN from SvCUR to SvUVX.
[perl5.git] / op.c
diff --git a/op.c b/op.c
index 8aca413..814c5e2 100644 (file)
--- a/op.c
+++ b/op.c
@@ -3818,7 +3818,7 @@ Perl_newASSIGNOP(pTHX_ I32 flags, OP *left, I32 optype, OP *right)
         * that value, we know we've got commonality.  We could use a
         * single bit marker, but then we'd have to make 2 passes, first
         * to clear the flag, then to test and set it.  To find somewhere
-        * to store these values, evil chicanery is done with SvCUR().
+        * to store these values, evil chicanery is done with SvUVX().
         */
 
        {