From: Rafael Garcia-Suarez Date: Wed, 30 Sep 2009 10:58:57 +0000 (+0200) Subject: Doc typo fix X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3cd3be4337b023d20c732108109696d399d410cd;p=p5sagit%2Fp5-mst-13.2.git Doc typo fix --- 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;