From: Nicholas Clark Date: Fri, 16 Dec 2005 22:41:01 +0000 (+0000) Subject: Typo fixes from Robin Houston in X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0f7b1ae00ad83e80fee09be014bd185470d30e1f;p=p5sagit%2Fp5-mst-13.2.git Typo fixes from Robin Houston in <20051216201446.GA24709@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@26382 --- diff --git a/sv.h b/sv.h index 75cf82d..acb4fe6 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