This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlapi: Grammar, typos
authorKarl Williamson <khw@cpan.org>
Thu, 18 Aug 2016 23:57:14 +0000 (17:57 -0600)
committerKarl Williamson <khw@cpan.org>
Tue, 18 Oct 2016 02:29:25 +0000 (20:29 -0600)
utf8.c

diff --git a/utf8.c b/utf8.c
index fb3acad..a60fb50 100644 (file)
--- a/utf8.c
+++ b/utf8.c
@@ -841,7 +841,7 @@ C<UTF8_CHECK_ONLY> is also specified.)
 
 It is now deprecated to have very high code points (above C<IV_MAX> on the
 platforms) and this function will raise a deprecation warning for these (unless
-such warnings are turned off).  This value, is typically 0x7FFF_FFFF (2**31 -1)
+such warnings are turned off).  This value is typically 0x7FFF_FFFF (2**31 -1)
 in a 32-bit word.
 
 Code points above 0x7FFF_FFFF (2**31 - 1) were never specified in any standard,