summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-08-19 22:36:32 -0600
committerKarl Williamson <khw@cpan.org>2018-08-20 12:44:25 -0600
commit891fd405747731eb85d112cac6bb9d04f3425909 (patch)
treea070306178b46c671a6d676e55d68fcb981c9f01
parent40606899cf45753bd7fa4ad211cc7425b43e718a (diff)
downloadperl-891fd405747731eb85d112cac6bb9d04f3425909.tar.gz
utf8.h: Update outmoded comment
-rw-r--r--utf8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8.h b/utf8.h
index f5ff61dd4a..6759a54dfe 100644
--- 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