Skip to content

Commit 9f55257

Browse files
committed
regcomp.c: Fix comment
1 parent 86451f0 commit 9f55257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regcomp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16229,7 +16229,7 @@ S_handle_regex_sets(pTHX_ RExC_state_t *pRExC_state, SV** return_invlist,
1622916229
&& UCHARAT(RExC_parse + 1) == '?'
1623016230
&& UCHARAT(RExC_parse + 2) == '^')
1623116231
{
16232-
/* If is a '(?', could be an embedded '(?^flags:(?[...])'.
16232+
/* If is a '(?^', could be an embedded '(?^flags:(?[...])'.
1623316233
* This happens when we have some thing like
1623416234
*
1623516235
* my $thai_or_lao = qr/(?[ \p{Thai} + \p{Lao} ])/;

0 commit comments

Comments
 (0)