diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-03-12 22:14:27 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-03-12 22:14:27 +0000 |
commit | 84021b465553edcf6ad2461a46d40a7653ea71e5 (patch) | |
tree | 135d956348d9f494c29efc95da4fd2c2ace5a5e9 | |
parent | 693596a8ade915849b475fb0f9eac213ea06edd5 (diff) | |
download | perl-84021b465553edcf6ad2461a46d40a7653ea71e5.tar.gz |
Fix a couple of minor typos in comments
p4raw-id: //depot/perl@30557
-rw-r--r-- | dump.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1012,7 +1012,7 @@ Perl_do_op_dump(pTHX_ I32 level, PerlIO *file, const OP *o) ENTER; SAVEFREESV(tmpsv); #ifdef PERL_MAD - /* FIXME - it this making unwarranted assumptions about the + /* FIXME - is this making unwarranted assumptions about the UTF-8 cleanliness of the dump file handle? */ SvUTF8_on(tmpsv); #endif @@ -1923,7 +1923,7 @@ Perl_debop(pTHX_ const OP *o) if (cGVOPo_gv) { SV * const sv = newSV(0); #ifdef PERL_MAD - /* FIXME - it this making unwarranted assumptions about the + /* FIXME - is this making unwarranted assumptions about the UTF-8 cleanliness of the dump file handle? */ SvUTF8_on(sv); #endif |