From: Dave Mitchell Date: Fri, 9 Nov 2007 01:05:26 +0000 (+0000) Subject: Must remember to proof-read my comments before committing... X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a2fb3d36195585bb9dc5e8d90ee1056b633cc764;p=p5sagit%2Fp5-mst-13.2.git Must remember to proof-read my comments before committing... p4raw-id: //depot/perl@32248 --- diff --git a/sv.c b/sv.c index cd7db08..7d3c583 100644 --- a/sv.c +++ b/sv.c @@ -12096,10 +12096,10 @@ S_find_uninit_var(pTHX_ OP* obase, SV* uninit_sv, bool match) case OP_ENTERSUB: case OP_GOTO: - /* XXX tmp hack: these to may call an XS sub, and currently - XS subs don't have a SUB entry on the context stack, so CV nad - pad deteminaion goes wrong, and BAD things happen. So, just - don't try to detemine the value under those circumanstances. + /* XXX tmp hack: these two may call an XS sub, and currently + XS subs don't have a SUB entry on the context stack, so CV and + pad determination goes wrong, and BAD things happen. So, just + don't try to determine the value under those circumstances. Need a better fix at dome point. DAPM 11/2007 */ break;