summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-12-16 22:41:01 +0000
committerNicholas Clark <nick@ccl4.org>2005-12-16 22:41:01 +0000
commit0f7b1ae00ad83e80fee09be014bd185470d30e1f (patch)
tree374c7211235f9a17429e38a98b5a9d4e919799c6 /sv.h
parent5c284bb074748eab0ba4ff8e53eb1eeeb0f7a962 (diff)
downloadperl-0f7b1ae00ad83e80fee09be014bd185470d30e1f.tar.gz
Typo fixes from Robin Houston in
<20051216201446.GA24709@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@26382
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sv.h b/sv.h
index 75cf82d820..acb4fe6473 100644
--- a/sv.h
+++ b/sv.h
@@ -116,7 +116,7 @@ struct cv {
};
struct av {
- _SV_HEAD(XPVAV*); /* pointer to xpvcv body */
+ _SV_HEAD(XPVAV*); /* pointer to xpvav body */
_SV_HEAD_UNION;
};
@@ -131,7 +131,7 @@ struct io {
};
#undef _SV_HEAD
-#undef _SV_HEAD_UNION /* insure no pollution */
+#undef _SV_HEAD_UNION /* ensure no pollution */
/*
=head1 SV Manipulation Functions