From: Dave Mitchell Date: Thu, 14 Nov 2002 22:55:39 +0000 (+0000) Subject: trivial typo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c8dae523ee7d36f845a2fdbbbb34116da97972e4;p=p5sagit%2Fp5-mst-13.2.git trivial typo Message-ID: <20021114225539.A18614@fdgroup.com> p4raw-id: //depot/perl@18162 --- diff --git a/ext/threads/threads.xs b/ext/threads/threads.xs index 8260e04..5bcf4e4 100755 --- a/ext/threads/threads.xs +++ b/ext/threads/threads.xs @@ -386,7 +386,7 @@ Perl_ithread_create(pTHX_ SV *obj, char* classname, SV* init_function, SV* param thread->interp = perl_clone(aTHX, CLONEf_KEEP_PTR_TABLE); #endif /* perl_clone leaves us in new interpreter's context. - As it is tricky to spot implcit aTHX create a new scope + As it is tricky to spot an implicit aTHX, create a new scope with aTHX matching the context for the duration of our work for new interpreter. */