From: Dave Mitchell Date: Sat, 1 Nov 2003 00:09:22 +0000 (+0000) Subject: whoops, typo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1011f542895f26e864b0395a5884b8095479fed5;p=p5sagit%2Fp5-mst-13.2.git whoops, typo p4raw-id: //depot/perl@21599 --- diff --git a/ext/threads/shared/shared.xs b/ext/threads/shared/shared.xs index 3029840..12d8078 100644 --- a/ext/threads/shared/shared.xs +++ b/ext/threads/shared/shared.xs @@ -30,7 +30,7 @@ PerlInterpreter *PL_sharedsv_space; /* The shared sv space */ /* bug #24255: we include ENTER+SAVETMPS/FREETMPS+LEAVE with * SHARED_CONTEXT/CALLER_CONTEXT macros, so that any mortals etc created - * while in the shared inpterpreter context don't languish */ + * while in the shared interpreter context don't languish */ #define SHARED_CONTEXT \ STMT_START { \