summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
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;