diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-11-25 07:58:21 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-11-25 08:02:56 -0700 |
commit | 6c864ec2ac9f9d9be7636d00f6c73b0fe89025b8 (patch) | |
tree | 3bf30027433052a8af5b264cac93adc1d565abeb | |
parent | 5aaab254c02795622bdf42e348ad8473aa1fc643 (diff) | |
download | perl-6c864ec2ac9f9d9be7636d00f6c73b0fe89025b8.tar.gz |
pp_hot.c: Comment typo, white-space only
No code changes
-rw-r--r-- | pp_hot.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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) |