summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-12-28 22:03:56 +0000
committerNicholas Clark <nick@ccl4.org>2006-12-28 22:03:56 +0000
commit931b58fb28fa5ca73161678109fa052134ce70b3 (patch)
tree8004f3e51a25abd506469fa31b10c2d84baab689 /op.c
parent6c5e080d01cb781ede98cb40c5af749e9d939e17 (diff)
downloadperl-931b58fb28fa5ca73161678109fa052134ce70b3.tar.gz
Move PAD_COMPNAME_GEN from SvCUR to SvUVX.
p4raw-id: //depot/perl@29632
Diffstat (limited to 'op.c')
-rw-r--r--op.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.c b/op.c
index 8aca413e11..814c5e26eb 100644
--- 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().
*/
{