From: Reini Urban Date: Mon, 4 Jan 2010 18:39:00 +0000 (+0000) Subject: perlguts: mutli-threaded typo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1a64a5e6c710ac493fe0339fdf240f512a934369;p=p5sagit%2Fp5-mst-13.2.git perlguts: mutli-threaded typo -- Reini Urban http://phpwiki.org/ http://murbreak.at/ From 76ebe81f50d97e606c4243d5060d4749f7408deb Mon Sep 17 00:00:00 2001 From: Reini Urban Date: Mon, 4 Jan 2010 18:09:25 +0000 Subject: [PATCH 1/2] perlguts: mutli-threaded typo Signed-off-by: H.Merijn Brand --- diff --git a/pod/perlguts.pod b/pod/perlguts.pod index ac04d97..8428fe3 100644 --- a/pod/perlguts.pod +++ b/pod/perlguts.pod @@ -1895,7 +1895,7 @@ MULTIPLICITY build has a C structure that packages all the interpreter state. With multiplicity-enabled perls, PERL_IMPLICIT_CONTEXT is also normally defined, and enables the support for passing in a "hidden" first argument that represents all three data structures. MULTIPLICITY makes -mutli-threaded perls possible (with the ithreads threading model, related +multi-threaded perls possible (with the ithreads threading model, related to the macro USE_ITHREADS.) Two other "encapsulation" macros are the PERL_GLOBAL_STRUCT and