This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Typo fixes from Robin Houston in
authorNicholas Clark <nick@ccl4.org>
Fri, 16 Dec 2005 22:41:01 +0000 (22:41 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 16 Dec 2005 22:41:01 +0000 (22:41 +0000)
<20051216201446.GA24709@rpc142.cs.man.ac.uk>

p4raw-id: //depot/perl@26382

sv.h

diff --git a/sv.h b/sv.h
index 75cf82d..acb4fe6 100644 (file)
--- 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