1
0
mirror of https://git.FreeBSD.org/src.git synced 2026-06-02 11:24:32 +00:00

"Pending" is more correct than "Missing"

Pointed out by: Alex "the PS/2 guy"
This commit is contained in:
Poul-Henning Kamp
2026-03-20 10:32:30 +00:00
parent 33345b8834
commit a0170dbd4e
+1 -1
View File
@@ -280,7 +280,7 @@ report(uint64_t sz)
report_periods();
report_hline("\xe2\x94\xb4");
}
printf("Missing: %u", nlumps);
printf("Pending: %u", nlumps);
printf(" Success: %.0f/%.0f =", n_good_reads, n_reads);
printf(" %.4f%%", 100 * n_good_reads / n_reads);
printf(" Duration: %.3fs", (t_now - t_first) / n_reads);