summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pod/perlapi.pod2
-rw-r--r--utf8.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod
index 76afa0e682..9974edcfb3 100644
--- a/pod/perlapi.pod
+++ b/pod/perlapi.pod
@@ -3148,7 +3148,7 @@ Found in file handy.h
Returns true if first C<len> bytes of the given string form valid a UTF8
string, false otherwise.
- bool_utf8_string U8 *s(STRLEN len)
+ is_utf8_string U8 *s(STRLEN len)
=for hackers
Found in file utf8.c
diff --git a/utf8.c b/utf8.c
index c109f6529f..d57b52780b 100644
--- a/utf8.c
+++ b/utf8.c
@@ -135,7 +135,7 @@ Perl_is_utf8_char(pTHX_ U8 *s)
}
/*
-=for apidoc Am|bool_utf8_string|U8 *s|STRLEN len
+=for apidoc Am|is_utf8_string|U8 *s|STRLEN len
Returns true if first C<len> bytes of the given string form valid a UTF8
string, false otherwise.