Skip to content

Commit 61fa371

Browse files
committed
regcomp.c: Improve comment wording
1 parent c56bc85 commit 61fa371

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

regcomp.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4533,8 +4533,8 @@ S_reg(pTHX_ RExC_state_t *pRExC_state, I32 paren, I32 *flagp, U32 depth)
45334533
*
45344534
* Implements the concatenation operator.
45354535
*
4536-
* On success, returns the offset at which any next node should be placed into
4537-
* the regex engine program being compiled.
4536+
* On success, creates a branch node, and returns the position any next node
4537+
* should be placed into the regex engine program being compiled.
45384538
*
45394539
* Returns 0 otherwise, setting flagp to RESTART_PARSE if the parse needs
45404540
* to be restarted, or'd with NEED_UTF8 if the pattern needs to be upgraded to

0 commit comments

Comments
 (0)