Clean up unit prefixes for binary multiples in comments and prints
[fio.git] / eta.c
diff --git a/eta.c b/eta.c
index 19afad5b04293df75201ee00914a862964f78b20..68dc0c9b40dffe7a647542e83ea46f2637fbd077 100644 (file)
--- a/eta.c
+++ b/eta.c
@@ -308,7 +308,7 @@ static void calc_rate(int unified_rw_rep, unsigned long mtime,
 
                diff = io_bytes[i] - prev_io_bytes[i];
                if (mtime)
-                       this_rate = ((1000 * diff) / mtime) / 1024;
+                       this_rate = ((1000 * diff) / mtime) / 1024; /* KiB/s */
                else
                        this_rate = 0;