summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorLarry Wall <larry@wall.org>1998-09-25 18:50:40 +0000
committerLarry Wall <larry@wall.org>1998-09-25 18:50:40 +0000
commit003e7f14166994554f37ce90232a9fe7dffc742a (patch)
tree8f03ca48e4ccef37c27cecc121ebca11502c7102 /sv.h
parent327c366704cde8b5db1271437c24407685d88228 (diff)
downloadperl-003e7f14166994554f37ce90232a9fe7dffc742a.tar.gz
Fixed apostrophe problem from Mark Knutsen.
p4raw-id: //depot/perl@1891
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 3dac548291..893948ebb1 100644
--- a/sv.h
+++ b/sv.h
@@ -316,7 +316,7 @@ struct xpvio {
#define IOf_START 2 /* check for null ARGV and substitute '-' */
#define IOf_FLUSH 4 /* this fp wants a flush after write op */
#define IOf_DIDTOP 8 /* just did top of form */
-#define IOf_UNTAINT 16 /* consider this fp (and it's data) "safe" */
+#define IOf_UNTAINT 16 /* consider this fp (and its data) "safe" */
/* The following macros define implementation-independent predicates on SVs. */