From bd781986b0fb0ece0e45af7760accedc49262751 Mon Sep 17 00:00:00 2001 From: Jean-Francois Panisset Date: Thu, 11 Nov 2021 19:56:30 -0800 Subject: [PATCH] Small typo fix Signed-off-by: Jean-Francois Panisset --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 52eca5c3..d566fae3 100644 --- a/README +++ b/README @@ -10,7 +10,7 @@ tailored test case again and again. A test work load is difficult to define, though. There can be any number of processes or threads involved, and they can each be using their own way of -generating I/O. You could have someone dirtying large amounts of memory in an +generating I/O. You could have someone dirtying large amounts of memory in a memory mapped file, or maybe several threads issuing reads using asynchronous I/O. fio needed to be flexible enough to simulate both of these cases, and many more. -- 2.25.1