summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-03-05 09:38:38 -0700
committerKarl Williamson <khw@cpan.org>2022-03-05 09:51:29 -0700
commit4c46f86af833dea4347e9a31dfddfdcc96ef24a9 (patch)
treeccae68643d47a5a95e9e029c82188f58e8d89187 /utf8.c
parentb9b389c2327b1cca226696db55bc4a00d93b3f48 (diff)
downloadperl-4c46f86af833dea4347e9a31dfddfdcc96ef24a9.tar.gz
utf8.c: Fix typo in comment
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8.c b/utf8.c
index afd05065c1..6f11cf5613 100644
--- a/utf8.c
+++ b/utf8.c
@@ -1723,7 +1723,7 @@ Perl__utf8n_to_uvchr_msgs_helper(const U8 *s,
* avail_len gives the available number of bytes passed in, but
* only if this is less than the expected number of
* bytes, based on the code point's start byte.
- * possible_problems' is 0 if there weren't any problems; otherwise a bit
+ * possible_problems is 0 if there weren't any problems; otherwise a bit
* is set in it for each potential problem found.
* uv contains the code point the input sequence
* represents; or if there is a problem that prevents