Front page | perl.perl5.porters |
Postings from April 2003
[patch] in-comment typos
Thread Next
From:
Stas Bekman
Date:
April 7, 2003 23:34
Subject:
[patch] in-comment typos
Message ID:
3E926D6C.4080900@stason.org
perl -pi -e 's|much match|must match|' sv.h cv.h
--- cv.h.orig 2003-04-08 16:30:48.000000000 +1000
+++ cv.h 2003-04-08 16:31:03.000000000 +1000
@@ -7,7 +7,7 @@
*
*/
-/* This structure much match XPVCV in B/C.pm and the beginning of XPVFM
+/* This structure must match XPVCV in B/C.pm and the beginning of XPVFM
* in sv.h */
struct xpvcv {
--- sv.h.orig 2003-04-08 16:28:48.000000000 +1000
+++ sv.h 2003-04-08 16:28:53.000000000 +1000
@@ -306,7 +306,7 @@
U8 xbm_rare; /* rarest character in string */
};
-/* This structure much match XPVCV in cv.h */
+/* This structure must match XPVCV in cv.h */
typedef U16 cv_flags_t;
__________________________________________________________________
Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://ticketmaster.com
Thread Next
-
[patch] in-comment typos
by Stas Bekman