From: Jens Axboe Date: Mon, 8 Aug 2016 16:25:31 +0000 (-0600) Subject: Fix spelling error X-Git-Tag: fio-2.14~50 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=c2b8035f22c509770515c1172a3cd8ae73573aec Fix spelling error Signed-off-by: Jens Axboe --- diff --git a/HOWTO b/HOWTO index 9d71a96c..5bf71252 100644 --- a/HOWTO +++ b/HOWTO @@ -1295,7 +1295,7 @@ iopsavgtime=int Average the calculated IOPS over the given time. Value through 'write_iops_log', then the minimum of this option and 'log_avg_msec' will be used. Default: 500ms. -create_serialize=bool If true, serialize the file creating for the jobs. +create_serialize=bool If true, serialize the file creation for the jobs. This may be handy to avoid interleaving of data files, which may greatly depend on the filesystem used and even the number of processors in the system. diff --git a/options.c b/options.c index 7cd51219..56e51fc7 100644 --- a/options.c +++ b/options.c @@ -3241,7 +3241,7 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { .lname = "Create serialize", .type = FIO_OPT_BOOL, .off1 = td_var_offset(create_serialize), - .help = "Serialize creating of job files", + .help = "Serialize creation of job files", .def = "1", .category = FIO_OPT_C_FILE, .group = FIO_OPT_G_INVALID,