diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-10-16 16:02:22 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-10-16 16:11:04 -0700 |
commit | f653aab7358ff71e7eafe966400f09c6f4bf3ea6 (patch) | |
tree | 06f0c99fb8e41259dd2c36fa951abbf91e45ab29 /cv.h | |
parent | 6852b00319064aed41f39568642edf0ca66b537c (diff) | |
download | perl-f653aab7358ff71e7eafe966400f09c6f4bf3ea6.tar.gz |
cv.h: comment typo
Commit 7c60e434 removed the ‘match’.
Diffstat (limited to 'cv.h')
-rw-r--r-- | cv.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ * */ -/* This structure must the beginning of XPVFM in sv.h */ +/* This structure must match the beginning of XPVFM in sv.h */ struct xpvcv { _XPV_HEAD; |