mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
regcomp.c: Fix grammar in comment
This commit is contained in:
parent
3fe76fe4f0
commit
f3270e36ad
@ -12168,7 +12168,7 @@ S_optimize_regclass(pTHX_
|
||||
Size_t high_len = uv_to_utf8(high_utf8, highest_cp) - high_utf8;
|
||||
|
||||
/* If the lowest and highest are the same, we can get an exact
|
||||
* first byte instead of a just minimum or even a sequence of exact
|
||||
* first byte instead of just a minimum or even a sequence of exact
|
||||
* leading bytes. We signal these with different regnodes */
|
||||
if (low_utf8[0] == high_utf8[0]) {
|
||||
Size_t len = find_first_differing_byte_pos(low_utf8,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user