From 4fc5d106716a10aa963607b85779eece80b4e9e1 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Sat, 9 May 2026 20:08:25 +0100 Subject: [PATCH] Remove spurious extra word. --- src/pv/loop.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pv/loop.c b/src/pv/loop.c index 03e3d64..0377f45 100644 --- a/src/pv/loop.c +++ b/src/pv/loop.c @@ -585,9 +585,9 @@ int pv_main_loop(pvstate_t state) (long double) (RATE_GRANULARITY)); /* - * Cap the "target bytes amount to transfer" - * so it doesn't go too high - otherwise it - * just keeps going up while there is no, or + * Cap the "target amount to transfer" so it + * doesn't go too high - otherwise it just + * keeps going up while there is no, or * slow, input data, and then when lots of * input data does arrive, the rate limit is * ineffective until the counter drops back