summaryrefslogtreecommitdiff
path: root/pcre_exec.c
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-05-10 14:03:18 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-05-10 14:03:18 +0000
commit50f36ee8e81985b008bfa4223bdbdd50483f88cf (patch)
tree7c6e1cdadbf40ce76de98e1b2bb7b2bbfde83c6b /pcre_exec.c
parent038a52f90a30d93c5688a882620bfd392f386076 (diff)
downloadpcre-50f36ee8e81985b008bfa4223bdbdd50483f88cf.tar.gz
Fix spelling mistakes in comments.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1325 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre_exec.c')
-rw-r--r--pcre_exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcre_exec.c b/pcre_exec.c
index 85aae92..ab76d02 100644
--- a/pcre_exec.c
+++ b/pcre_exec.c
@@ -813,7 +813,7 @@ for (;;)
/* Note that, for Perl compatibility, SKIP with an argument does NOT set
nomatch_mark. When a pattern match ends with a SKIP_ARG for which there was
not a matching mark, we have to re-run the match, ignoring the SKIP_ARG
- that failed and any that preceed it (either they also failed, or were not
+ that failed and any that precede it (either they also failed, or were not
triggered). To do this, we maintain a count of executed SKIP_ARGs. If a
SKIP_ARG gets to top level, the match is re-run with md->ignore_skip_arg
set to the count of the one that failed. */