diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2003-11-01 00:09:22 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2003-11-01 00:09:22 +0000 |
commit | 1011f542895f26e864b0395a5884b8095479fed5 (patch) | |
tree | c593ff1370522d43e67aa070bd1a74c709147dd8 /ext/threads | |
parent | 057e91b3445e10151051454bd86e4591335541be (diff) | |
download | perl-1011f542895f26e864b0395a5884b8095479fed5.tar.gz |
whoops, typo
p4raw-id: //depot/perl@21599
Diffstat (limited to 'ext/threads')
-rw-r--r-- | ext/threads/shared/shared.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/threads/shared/shared.xs b/ext/threads/shared/shared.xs index 3029840be1..12d80789a0 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 { \ |