Skip to content

Commit 876fac4

Browse files
committed
regcomp.c: Fix grammar in comment
1 parent 477c30e commit 876fac4

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
@@ -21866,7 +21866,7 @@ Perl_regfree_internal(pTHX_ REGEXP * const rx)
2186621866
After all of the core data stored in struct regexp is duplicated
2186721867
the regexp_engine.dupe method is used to copy any private data
2186821868
stored in the *pprivate pointer. This allows extensions to handle
21869-
any duplication it needs to do.
21869+
any duplication they need to do.
2187021870

2187121871
See pregfree() and regfree_internal() if you change anything here.
2187221872
*/

0 commit comments

Comments
 (0)