From f334e05ea134ff83abe3ccd8d1a2589b52d758f0 Mon Sep 17 00:00:00 2001 From: Tomohiro Kusumi Date: Tue, 25 Jul 2017 22:05:41 +0300 Subject: [PATCH] HOWTO: fix "should be to to" Signed-off-by: Tomohiro Kusumi Signed-off-by: Jens Axboe --- HOWTO | 2 +- fio.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HOWTO b/HOWTO index e5446340..5a9cda5f 100644 --- a/HOWTO +++ b/HOWTO @@ -1255,7 +1255,7 @@ I/O type * 60% of accesses should be to the first 10% * 30% of accesses should be to the next 20% - * 8% of accesses should be to to the next 30% + * 8% of accesses should be to the next 30% * 2% of accesses should be to the next 40% we can define that through zoning of the random accesses. For the above diff --git a/fio.1 b/fio.1 index 7fe96e08..0badda14 100644 --- a/fio.1 +++ b/fio.1 @@ -1143,7 +1143,7 @@ given a criteria of: 30% of accesses should be to the next 20% .RE .RS -8% of accesses should be to to the next 30% +8% of accesses should be to the next 30% .RE .RS 2% of accesses should be to the next 40% -- 2.25.1