From f66ab3c819a8bd9eba6e8285d12443e0427e9561 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 5 Jun 2008 11:48:22 +0200 Subject: [PATCH] Help entry typos Signed-off-by: Jens Axboe --- options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/options.c b/options.c index 18787f89..a7225eab 100644 --- a/options.c +++ b/options.c @@ -723,7 +723,7 @@ static struct fio_option options[] = { .name = "softrandommap", .type = FIO_OPT_BOOL, .off1 = td_var_offset(softrandommap), - .help = "Allow randommap to fail and continue witout", + .help = "Set norandommap if randommap allocation fails", .parent = "norandommap", .def = "0", }, @@ -1271,7 +1271,7 @@ static struct fio_option options[] = { .name = "disk_util", .type = FIO_OPT_BOOL, .off1 = td_var_offset(do_disk_util), - .help = "Log disk utilization stats", + .help = "Log disk utilization statistics", .def = "1", }, #endif -- 2.25.1