In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/3cd3be4337b023d20c732108109696d399d410cd?hp=91c30809fea0e290c41255ef07f74c9a8d95783f>
- Log ----------------------------------------------------------------- commit 3cd3be4337b023d20c732108109696d399d410cd Author: Rafael Garcia-Suarez <[email protected]> Date: Wed Sep 30 12:58:57 2009 +0200 Doc typo fix ----------------------------------------------------------------------- Summary of changes: sv.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sv.h b/sv.h index 55674f6..0146de4 100644 --- a/sv.h +++ b/sv.h @@ -460,7 +460,7 @@ struct xpvnv { union _xmgu xmg_u; \ HV* xmg_stash /* class package */ -/* These structure must match the beginning of struct xpvhv in hv.h. */ +/* This structure must match the beginning of struct xpvhv in hv.h. */ struct xpvmg { _XPV_HEAD; _XPVMG_HEAD; -- Perl5 Master Repository
