Fix typo in bs_is_seq_ran option help
authorJens Axboe <axboe@fb.com>
Sun, 28 Sep 2014 22:25:49 +0000 (16:25 -0600)
committerJens Axboe <axboe@fb.com>
Sun, 28 Sep 2014 22:25:49 +0000 (16:25 -0600)
Signed-off-by: Jens Axboe <axboe@fb.com>
options.c

index 3a7c41a97ac6ad2bc985144038594c3bd1afbd0d..918de8e8e34b2cd29409871c3d7ae5604826532a 100644 (file)
--- a/options.c
+++ b/options.c
@@ -1811,7 +1811,7 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
                .lname  = "Block size division is seq/random (not read/write)",
                .type   = FIO_OPT_BOOL,
                .off1   = td_var_offset(bs_is_seq_rand),
-               .help   = "Consider any blocksize setting to be sequential,ramdom",
+               .help   = "Consider any blocksize setting to be sequential,random",
                .def    = "0",
                .parent = "blocksize",
                .category = FIO_OPT_C_IO,