diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-02-19 23:59:52 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-02-19 23:59:52 +0000 |
commit | e7209bcaa7a0208031a134e012ecbac81c118588 (patch) | |
tree | 622c2abb01586c471d61fcd52fa3013dc4754ef4 /Changes | |
parent | 3038937ba48b6e3b2d22c372963d8f26d42c5e66 (diff) | |
download | perl-e7209bcaa7a0208031a134e012ecbac81c118588.tar.gz |
Ministry of Truth removes typo in description of Change 26166.
Change 26166 was correct from the start.
Nothing to see. Move along.
We thank Big Brother for raising the chocolate ration to 20g per week.
p4raw-id: //depot/perl@27233
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4699,7 +4699,7 @@ ____________________________________________________________________________ ! sv.c ____________________________________________________________________________ [ 26166] By: nicholas on 2005/11/18 20:38:26 - Log: Elimiate new_body_length from sv_dup. Replace SvTYPE(sstr) with + Log: Eliminate new_body_length from sv_dup. Replace SvTYPE(sstr) with sv_type, which is a constant variable with the same value. Branch: perl ! sv.c |