mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix typos in code comments
This commit is contained in:
parent
a29a800cb0
commit
a5e80b22e1
26 changed files with 27 additions and 27 deletions
|
@ -665,7 +665,7 @@ mb_regex_groups_iter(const OnigUChar* name, const OnigUChar* name_end, int ngrou
|
|||
int gn, beg, end;
|
||||
|
||||
/*
|
||||
* In case of duplicate groups, keep only the last suceeding one
|
||||
* In case of duplicate groups, keep only the last succeeding one
|
||||
* to be consistent with preg_match with the PCRE_DUPNAMES option.
|
||||
*/
|
||||
gn = onig_name_to_backref_number(reg, name, name_end, args->region);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue