diff options
author | Karl Williamson <khw@cpan.org> | 2015-05-08 21:23:34 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-08-01 10:34:49 -0600 |
commit | 04358aedb5efa4bf8d3e8a7e5809190b176ec35d (patch) | |
tree | 026756ebdbcd25df58fb8635e4f9fbddd22c8332 /op.c | |
parent | 75af9d73c8bf8178b2a2ced9d70164b65b62ec8c (diff) | |
download | perl-04358aedb5efa4bf8d3e8a7e5809190b176ec35d.tar.gz |
op.c: Fix typo in comment
Diffstat (limited to 'op.c')
-rw-r--r-- | op.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |