This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Find optimizations for /[[:posix:]]/a
[perl5.git] / utf8.h
diff --git a/utf8.h b/utf8.h
index f5ff61d..6759a54 100644 (file)
--- a/utf8.h
+++ b/utf8.h
@@ -776,7 +776,7 @@ represent a code point that cannot fit in a UV on the current platform.  Hence
 this macro can give different results when run on a 64-bit word machine than on
 one with a 32-bit word size.
 
-Note that it is deprecated to have code points that are larger than what can
+Note that it is illegal to have code points that are larger than what can
 fit in an IV on the current machine.
 
 =cut