summaryrefslogtreecommitdiff
path: root/pp_hot.c
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-11-25 07:58:21 -0700
committerKarl Williamson <public@khwilliamson.com>2012-11-25 08:02:56 -0700
commit6c864ec2ac9f9d9be7636d00f6c73b0fe89025b8 (patch)
tree3bf30027433052a8af5b264cac93adc1d565abeb /pp_hot.c
parent5aaab254c02795622bdf42e348ad8473aa1fc643 (diff)
downloadperl-6c864ec2ac9f9d9be7636d00f6c73b0fe89025b8.tar.gz
pp_hot.c: Comment typo, white-space only
No code changes
Diffstat (limited to 'pp_hot.c')
-rw-r--r--pp_hot.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/pp_hot.c b/pp_hot.c
index 8b4bc941f5..96b81c4bc3 100644
--- a/pp_hot.c
+++ b/pp_hot.c
@@ -1350,7 +1350,7 @@ PP(pp_match)
RX_MATCH_UTF8_set(rx, DO_UTF8(TARG));
- /* We need to know this incase we fail out early - pos() must be reset */
+ /* We need to know this in case we fail out early - pos() must be reset */
global = dynpm->op_pmflags & PMf_GLOBAL;
/* PMdf_USED is set after a ?? matches once */
@@ -1365,8 +1365,6 @@ PP(pp_match)
goto nope;
}
-
-
/* empty pattern special-cased to use last successful pattern if
possible, except for qr// */
if (!ReANY(rx)->mother_re && !RX_PRELEN(rx)