Skip to content

Commit a6f05e6

Browse files
committed
utf8.c: Fix typo in comment
1 parent c20589c commit a6f05e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utf8.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2157,7 +2157,7 @@ Perl_utf8_length(pTHX_ const U8 * const s0, const U8 * const e)
21572157

21582158
PERL_ARGS_ASSERT_UTF8_LENGTH;
21592159

2160-
/* For EBCDCIC and short strings, we count the characters. The boundary
2160+
/* For EBCDIC and short strings, we count the characters. The boundary
21612161
* was determined by eyeballing the output of Porting/bench.pl and
21622162
* choosing a number where the continuations method gave better results (on
21632163
* a 64 bit system, khw not having access to a 32 bit system with

0 commit comments

Comments
 (0)