summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorAbhijit Menon-Sen <ams@wiw.org>2001-09-17 16:51:18 +0000
committerAbhijit Menon-Sen <ams@wiw.org>2001-09-17 16:51:18 +0000
commit8ca6097c3c96a785ec489d2c1c1ea6d19b54409a (patch)
tree5fe609660b53be18b3dd9e690d61a8fd182fb8e4 /sv.h
parentaeb5cf3cd3f21ab2a97faaa995fb3acef22a9f16 (diff)
downloadperl-8ca6097c3c96a785ec489d2c1c1ea6d19b54409a.tar.gz
Its a nit!
p4raw-id: //depot/perl@12057
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.h b/sv.h
index c5b82c21b6..0b3aba2154 100644
--- a/sv.h
+++ b/sv.h
@@ -705,7 +705,7 @@ and leaves the UTF8 status as it was.
#ifdef USE_ITHREADS
/* The following uses the FAKE flag to show that a regex pointer is infact
- it's own offset in the regexpad for ithreads */
+ its own offset in the regexpad for ithreads */
#define SvREPADTMP(sv) (SvFLAGS(sv) & SVf_FAKE)
#define SvREPADTMP_on(sv) (SvFLAGS(sv) |= SVf_FAKE)
#define SvREPADTMP_off(sv) (SvFLAGS(sv) &= ~SVf_FAKE)