Fix wrong comment on exit condition of threads/processes
[fio.git] / backend.c
index fc647098d5792e5e4aaf5e366ffcb363e01921ca..27e36bb0ae23e9cb1cf32c5c2840429edf6ebd5d 100644 (file)
--- a/backend.c
+++ b/backend.c
@@ -1359,7 +1359,7 @@ static bool keep_running(struct thread_data *td)
                uint64_t diff;
 
                /*
-                * If the difference is less than the minimum IO size, we
+                * If the difference is less than the maximum IO size, we
                 * are done.
                 */
                diff = limit - ddir_rw_sum(td->io_bytes);