From a2fb3d36195585bb9dc5e8d90ee1056b633cc764 Mon Sep 17 00:00:00 2001 From: Dave Mitchell Date: Fri, 9 Nov 2007 01:05:26 +0000 Subject: [PATCH] Must remember to proof-read my comments before committing... p4raw-id: //depot/perl@32248 --- sv.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; -- 2.7.4