This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
cv.h: comment typo
authorFather Chrysostomos <sprout@cpan.org>
Sun, 16 Oct 2011 23:02:22 +0000 (16:02 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 16 Oct 2011 23:11:04 +0000 (16:11 -0700)
Commit 7c60e434 removed the ‘match’.

cv.h

diff --git a/cv.h b/cv.h
index baf7692..a3b9865 100644 (file)
--- a/cv.h
+++ b/cv.h
@@ -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;