summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-11-16 20:20:00 +0000
committerNicholas Clark <nick@ccl4.org>2007-11-16 20:20:00 +0000
commitb0ffb24848830edaa03bc94985c1a90bd1017e98 (patch)
treea032ef9ec115c723716581ae4511c9d100e0738b /Changes
parent83b99c4fd2dfdd317bd4c2dfb4f95bf1b4deeddf (diff)
downloadperl-b0ffb24848830edaa03bc94985c1a90bd1017e98.tar.gz
Fix a typo in the description of change 31295.
p4raw-id: //depot/perl@32342
Diffstat (limited to 'Changes')
-rw-r--r--Changes2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changes b/Changes
index 93fb03d104..6e86f83fed 100644
--- a/Changes
+++ b/Changes
@@ -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
____________________________________________________________________________