From: Rafael Garcia-Suarez Date: Mon, 12 Mar 2007 22:14:27 +0000 (+0000) Subject: Fix a couple of minor typos in comments X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=84021b465553edcf6ad2461a46d40a7653ea71e5;p=p5sagit%2Fp5-mst-13.2.git Fix a couple of minor typos in comments p4raw-id: //depot/perl@30557 --- diff --git a/dump.c b/dump.c index f204651..3bfdeeb 100644 --- a/dump.c +++ b/dump.c @@ -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