summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgs@consttype.org>2009-09-30 12:58:57 +0200
committerRafael Garcia-Suarez <rgs@consttype.org>2009-09-30 12:58:57 +0200
commit3cd3be4337b023d20c732108109696d399d410cd (patch)
tree2302c9bfa7a6e539469d72395ffa9716bf71bd64 /sv.h
parent91c30809fea0e290c41255ef07f74c9a8d95783f (diff)
downloadperl-3cd3be4337b023d20c732108109696d399d410cd.tar.gz
Doc typo fix
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.h b/sv.h
index 55674f643a..0146de472d 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;