Fix spelling error
authorJens Axboe <axboe@fb.com>
Mon, 8 Aug 2016 16:25:31 +0000 (10:25 -0600)
committerJens Axboe <axboe@fb.com>
Mon, 8 Aug 2016 16:25:31 +0000 (10:25 -0600)
Signed-off-by: Jens Axboe <axboe@fb.com>
HOWTO
options.c

diff --git a/HOWTO b/HOWTO
index 9d71a96cc844c0dfa5a248d49e59f6813db254b9..5bf71252fc12be09121b4c065cd47b0994f0ab29 100644 (file)
--- 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.
index 7cd5121988c05d08c1925db2be301e6ea3b07a9f..56e51fc77cdfb7c9233ccb426d91de473cb12c06 100644 (file)
--- 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,