diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-04-08 18:47:18 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-04-08 18:47:18 +0000 |
commit | fd40b97705941d5479f90aeef3b20f8407859c14 (patch) | |
tree | fcd57dcd8b6061e5a5f74062241335d98e7e3257 /sv.h | |
parent | c58e3c1ca327a36e35fe9fed3c519f3497598752 (diff) | |
download | perl-fd40b97705941d5479f90aeef3b20f8407859c14.tar.gz |
Typos fixes by Stas Bekman.
p4raw-id: //depot/perl@19167
Diffstat (limited to 'sv.h')
-rw-r--r-- | sv.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |