Skip to content

Commit

Permalink
utf8.c: Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Oct 23, 2024
1 parent c20589c commit a6f05e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utf8.c
Original file line number Diff line number Diff line change
Expand Up @@ -2157,7 +2157,7 @@ Perl_utf8_length(pTHX_ const U8 * const s0, const U8 * const e)

PERL_ARGS_ASSERT_UTF8_LENGTH;

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

0 comments on commit a6f05e6

Please sign in to comment.