This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
whoops, typo
authorDave Mitchell <davem@fdisolutions.com>
Sat, 1 Nov 2003 00:09:22 +0000 (00:09 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Sat, 1 Nov 2003 00:09:22 +0000 (00:09 +0000)
p4raw-id: //depot/perl@21599

ext/threads/shared/shared.xs

index 3029840..12d8078 100644 (file)
@@ -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 {                                       \