From 4d46dbe545f2679a4488bb6bd1404e8e6fad910a Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Tue, 17 Oct 2023 21:02:21 +0100 Subject: [PATCH] Comment wording correction. --- src/pv/display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pv/display.c b/src/pv/display.c index 43be9f6..9c4e2a7 100644 --- a/src/pv/display.c +++ b/src/pv/display.c @@ -571,7 +571,7 @@ static void pv__update_average_rate_history(pvstate_t state, off_t total_bytes, return; /* - * This is not the first call, so add a new entry to the circular + * If this is not the first call, add a new entry to the circular * buffer. */ if (last_elapsed > 0.0) {