summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2021-06-03 21:47:24 -0600
committerKarl Williamson <khw@cpan.org>2021-06-12 09:20:14 -0600
commit19c4b24fc62a1e8dd1f7dcaaf337d0eb11dbb6b0 (patch)
tree9c0e8ad0589fa10cab898f125cbf43fcf3f99964 /regcomp.c
parent1a7378185127545dc457ecb21d5ba5174399c6df (diff)
downloadperl-19c4b24fc62a1e8dd1f7dcaaf337d0eb11dbb6b0.tar.gz
regcomp.c: Fix typo in comment
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regcomp.c b/regcomp.c
index 512e6a165b..d5b728591f 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -13443,7 +13443,7 @@ S_grok_bslash_N(pTHX_ RExC_state_t *pRExC_state,
* constructs. This can be called from within a substitute parse already.
* The error reporting mechanism doesn't work for 2 levels of this, but the
* code above has validated this new construct, so there should be no
- * errors generated by the below. And this isn' an exact copy, so the
+ * errors generated by the below. And this isn't an exact copy, so the
* mechanism to seamlessly deal with this won't work, so turn off warnings
* during it */
save_start = RExC_start;