diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-11-16 20:20:00 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-11-16 20:20:00 +0000 |
commit | b0ffb24848830edaa03bc94985c1a90bd1017e98 (patch) | |
tree | a032ef9ec115c723716581ae4511c9d100e0738b /Changes | |
parent | 83b99c4fd2dfdd317bd4c2dfb4f95bf1b4deeddf (diff) | |
download | perl-b0ffb24848830edaa03bc94985c1a90bd1017e98.tar.gz |
Fix a typo in the description of change 31295.
p4raw-id: //depot/perl@32342
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6537,7 +6537,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 31295] By: nicholas on 2007/05/28 18:50:23 Log: Avoid calling SvEND() when SvPOKp() is not true. - Remove an unneeded dupliate SvCUR_set() in Perl_sv_2pv_flags(). + Remove an unneeded duplicate SvCUR_set() in Perl_sv_2pv_flags(). Branch: perl ! sv.c ____________________________________________________________________________ |