diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-12-16 22:41:01 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-12-16 22:41:01 +0000 |
commit | 0f7b1ae00ad83e80fee09be014bd185470d30e1f (patch) | |
tree | 374c7211235f9a17429e38a98b5a9d4e919799c6 /sv.h | |
parent | 5c284bb074748eab0ba4ff8e53eb1eeeb0f7a962 (diff) | |
download | perl-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.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |