summaryrefslogtreecommitdiff
path: root/regexec.c
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2010-09-30 02:21:14 +0200
committerFlorian Ragwitz <rafl@debian.org>2010-09-30 02:21:34 +0200
commit6562f1c45edaedf59c6314953f308718b62e67d7 (patch)
treeb11863141b5114b0045d97f06303cf9dc1e09a56 /regexec.c
parentb7f4cd045844046472b87b9aed90518bfb96818c (diff)
downloadperl-6562f1c45edaedf59c6314953f308718b62e67d7.tar.gz
Fix typo spotted by avar++
Diffstat (limited to 'regexec.c')
-rw-r--r--regexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regexec.c b/regexec.c
index 2f18231f36..e569a91470 100644
--- a/regexec.c
+++ b/regexec.c
@@ -3977,7 +3977,7 @@ S_regmatch(pTHX_ regmatch_info *reginfo, regnode *prog)
char *saved_regeol = PL_regeol;
struct re_save_state saved_state;
- /* To not corrupt the existing regex state while executign the
+ /* To not corrupt the existing regex state while executing the
* eval we would normally put it on the save stack, like with
* save_re_context. However, re-evals have a weird scoping so we
* can't just add ENTER/LEAVE here. With that, things like