summaryrefslogtreecommitdiff
path: root/regexec.c
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-10-13 09:20:11 -0600
committerKarl Williamson <public@khwilliamson.com>2012-10-14 09:03:37 -0600
commit1f327b5e67f741f6680b230ab89f99ab63fca5c4 (patch)
tree448f3a547df5bbc7f91d5479ba74fcfdd6a28187 /regexec.c
parent538b546eb0f252250a30c08e6af47d0ea7433fa1 (diff)
downloadperl-1f327b5e67f741f6680b230ab89f99ab63fca5c4.tar.gz
regex: White-space, comment only; no code changes
This outdents code that just had its containing block removed, and reflows its comments to fill 79 columns; and does some other white space adjustments, plus a typo in a comment.
Diffstat (limited to 'regexec.c')
-rw-r--r--regexec.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/regexec.c b/regexec.c
index b3f20aa1a8..7aa1e71037 100644
--- a/regexec.c
+++ b/regexec.c
@@ -7201,7 +7201,6 @@ S_reginclass(pTHX_ const regexp * const prog, register const regnode * const n,
{
match = TRUE;
}
-
else if (flags & ANYOF_LOCALE) {
PL_reg_flags |= RF_tainted;
@@ -7249,7 +7248,7 @@ S_reginclass(pTHX_ const regexp * const prog, register const regnode * const n,
}
/* If the bitmap didn't (or couldn't) match, and something outside the
- * bitmap could match, try that. Locale nodes specifiy completely the
+ * bitmap could match, try that. Locale nodes specify completely the
* behavior of code points in the bit map (otherwise, a utf8 target would
* cause them to be treated as Unicode and not locale), except in
* the very unlikely event when this node is a synthetic start class, which