Comment wording correction.

This commit is contained in:
Andrew Wood
2023-10-17 21:02:21 +01:00
parent 3fdf8d5a69
commit 4d46dbe545
+1 -1
View File
@@ -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) {