We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c20589c commit a6f05e6Copy full SHA for a6f05e6
utf8.c
@@ -2157,7 +2157,7 @@ Perl_utf8_length(pTHX_ const U8 * const s0, const U8 * const e)
2157
2158
PERL_ARGS_ASSERT_UTF8_LENGTH;
2159
2160
- /* For EBCDCIC and short strings, we count the characters. The boundary
+ /* For EBCDIC and short strings, we count the characters. The boundary
2161
* was determined by eyeballing the output of Porting/bench.pl and
2162
* choosing a number where the continuations method gave better results (on
2163
* a 64 bit system, khw not having access to a 32 bit system with
0 commit comments