From: Rafael Garcia-Suarez Date: Tue, 8 Apr 2003 18:47:18 +0000 (+0000) Subject: Typos fixes by Stas Bekman. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fd40b97705941d5479f90aeef3b20f8407859c14;p=p5sagit%2Fp5-mst-13.2.git Typos fixes by Stas Bekman. p4raw-id: //depot/perl@19167 --- diff --git a/cv.h b/cv.h index 036ce3e..8426b11 100644 --- a/cv.h +++ b/cv.h @@ -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 { diff --git a/lib/attributes.pm b/lib/attributes.pm index 2dacd02..84a820a 100644 --- a/lib/attributes.pm +++ b/lib/attributes.pm @@ -261,7 +261,7 @@ This list may be empty. This method is called with two fixed arguments, followed by the list of attributes from the relevant declaration. The two fixed arguments are the relevant package name and a reference to the declared subroutine or -variable. The expected return value as a list of attributes which were +variable. The expected return value is a list of attributes which were not recognized by this handler. Note that this allows for a derived class to delegate a call to its base class, and then only examine the attributes which the base class didn't already handle for it. diff --git a/sv.h b/sv.h index 8af8cbb..57a395b 100644 --- a/sv.h +++ b/sv.h @@ -306,7 +306,7 @@ struct xpvbm { 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;