summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-05-08 21:23:34 -0600
committerKarl Williamson <khw@cpan.org>2015-08-01 10:34:49 -0600
commit04358aedb5efa4bf8d3e8a7e5809190b176ec35d (patch)
tree026756ebdbcd25df58fb8635e4f9fbddd22c8332 /op.c
parent75af9d73c8bf8178b2a2ced9d70164b65b62ec8c (diff)
downloadperl-04358aedb5efa4bf8d3e8a7e5809190b176ec35d.tar.gz
op.c: Fix typo in comment
Diffstat (limited to 'op.c')
-rw-r--r--op.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.c b/op.c
index d97f916a01..2c459403f4 100644
--- a/op.c
+++ b/op.c
@@ -5161,7 +5161,7 @@ S_pmtrans(pTHX_ OP *o, OP *expr, OP *repl)
}
}
- /* now see which range will peter our first, if either. */
+ /* now see which range will peter out first, if either. */
tdiff = tlast - tfirst;
rdiff = rlast - rfirst;
tcount += tdiff + 1;