Fix misspellings using 'codespell' tool
authorAnatol Pomozov <anatol.pomozov@gmail.com>
Thu, 26 Sep 2013 23:31:34 +0000 (16:31 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 27 Sep 2013 14:28:55 +0000 (08:28 -0600)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
13 files changed:
HOWTO
engines/falloc.c
engines/rdma.c
engines/skeleton_external.c
examples/e4defrag2.fio
filesetup.c
fio.1
idletime.h
init.c
json.c
lib/axmap.c
tools/fio_generate_plots
verify.c

diff --git a/HOWTO b/HOWTO
index 005dac251dd202917fdb446ffec22d3126757f8c..ac6e258f06ed86f40e18f77cd9931534add7a610 100644 (file)
--- a/HOWTO
+++ b/HOWTO
@@ -870,11 +870,11 @@ rate_iops=int     Cap the bandwidth to this number of IOPS. Basically the same
                as rate, just specified independently of bandwidth. If the
                job is given a block size range instead of a fixed value,
                the smallest block size is used as the metric. The same format
-               as rate is used for read vs write seperation.
+               as rate is used for read vs write separation.
 
 rate_iops_min=int If fio doesn't meet this rate of IO, it will cause
                the job to exit. The same format as rate is used for read vs
-               write seperation.
+               write separation.
 
 max_latency=int        If set, fio will exit the job if it exceeds this maximum
                latency. It will exit with an ETIME error.
@@ -1163,7 +1163,7 @@ verify_backlog_batch=int  Control how many blocks fio will verify
                blocks will be verified more than once.
 
 stonewall
-wait_for_previous Wait for preceeding jobs in the job file to exit, before
+wait_for_previous Wait for preceding jobs in the job file to exit, before
                starting this one. Can be used to insert serialization
                points in the job file. A stone wall also implies starting
                a new reporting group.
@@ -1219,7 +1219,7 @@ replay_no_stall=int When replaying I/O with read_iolog the default behavior
 replay_redirect=str While replaying I/O patterns using read_iolog the
                default behavior is to replay the IOPS onto the major/minor
                device that each IOP was recorded from.  This is sometimes
-               undesireable because on a different machine those major/minor
+               undesirable because on a different machine those major/minor
                numbers can map to a different device.  Changing hardware on
                the same system can also result in a different major/minor
                mapping.  Replay_redirect causes all IOPS to be replayed onto
@@ -1690,9 +1690,9 @@ Split up, the format is as follows:
                          Read merges, write merges,
                          Read ticks, write ticks,
                          Time spent in queue, disk utilization percentage
-       Additional Info (dependant on continue_on_error, default off): total # errors, first error code
+       Additional Info (dependent on continue_on_error, default off): total # errors, first error code
 
-       Additional Info (dependant on description being set): Text description
+       Additional Info (dependent on description being set): Text description
 
 Completion latency percentiles can be a grouping of up to 20 sets, so
 for the terse output fio writes all of them. Each field will look like this:
index 4654fe817aaeccbd4e70b20c060990c1562dd33e..8025085baddae612c6f9f6f174a7ec0aaf8b29cc 100644 (file)
@@ -4,7 +4,7 @@
  * IO engine that does regular fallocate to simulate data transfer 
  * as fio ioengine.
  * DDIR_READ  does fallocate(,mode = FALLOC_FL_KEEP_SIZE,)
- * DDIR_WRITE does fallocate(,mode = 0) : fallocate with size extention 
+ * DDIR_WRITE does fallocate(,mode = 0) : fallocate with size extension
  * DDIR_TRIM  does fallocate(,mode = FALLOC_FL_KEEP_SIZE | FALLOC_FL_PUNCH_HOLE)
  *
  */
index 81f167367e90df6f9e2dd439e2ddfdc41f7c08e1..af50187a62bf5f2607cffe25eeb456b12987598c 100644 (file)
@@ -869,7 +869,7 @@ static int fio_rdmaio_close_file(struct thread_data *td, struct fio_file *f)
                        return 1;
                }
 
-               dprint(FD_IO, "fio: close infomation sent success\n");
+               dprint(FD_IO, "fio: close information sent success\n");
                rdma_poll_wait(td, IBV_WC_SEND);
        }
 
index 548676a782a99bd94519c40444e866214d1fd25b..f9a0e1cdddf73011880664cb39e3d133596c7240 100644 (file)
@@ -99,7 +99,7 @@ static int fio_skeleton_init(struct thread_data *td)
 }
 
 /*
- * This is paired with the ->init() funtion and is called when a thread is
+ * This is paired with the ->init() function and is called when a thread is
  * done doing io. Should tear down anything setup by the ->init() function.
  * Not required.
  */
index 818618af30b8fef43895f0318d4ce131bcc12d36..c6485997e4cb7fd116a927a57c8777fab1d15283 100644 (file)
@@ -1,6 +1,6 @@
 #################################################
 # Hardcode defragmentation patterns
-# Please be carefull, it can trigger kernel panic
+# Please be careful, it can trigger kernel panic
 #################################################
 [global]
 ioengine=e4defrag
index 33b47c923b5062fbd5bbc5919e4cd5e8bf127566..4265e3830a73c57f0f3a1c1d24e87db6b3344d9a 100644 (file)
@@ -584,7 +584,7 @@ open_again:
                         * work-around a "feature" on Linux, where a close of
                         * an fd that has been opened for write will trigger
                         * udev to call blkid to check partitions, fs id, etc.
-                        * That polutes the device cache, which can slow down
+                        * That pollutes the device cache, which can slow down
                         * unbuffered accesses.
                         */
                        if (f->shadow_fd == -1)
diff --git a/fio.1 b/fio.1
index b8082afdc082860fb7db3391d4b110164c994217..07e4a62253aee711c8a255d521aa020ef75d7143 100644 (file)
--- a/fio.1
+++ b/fio.1
@@ -353,7 +353,7 @@ comma isn't given, the remainder will inherit the last value set.
 Specify a range of I/O block sizes.  The issued I/O unit will always be a
 multiple of the minimum size, unless \fBblocksize_unaligned\fR is set.  Applies
 to both reads and writes if only one range is given, but can be specified
-separately with a comma seperating the values. Example: bsrange=1k-4k,2k-8k.
+separately with a comma separating the values. Example: bsrange=1k-4k,2k-8k.
 Also (see \fBblocksize\fR).
 .TP
 .BI bssplit \fR=\fPstr
@@ -738,12 +738,12 @@ as \fBrate\fR is used for read vs write separation.
 .BI rate_iops \fR=\fPint
 Cap the bandwidth to this number of IOPS. Basically the same as rate, just
 specified independently of bandwidth. The same format as \fBrate\fR is used for
-read vs write seperation. If \fBblocksize\fR is a range, the smallest block
+read vs write separation. If \fBblocksize\fR is a range, the smallest block
 size is used as the metric.
 .TP
 .BI rate_iops_min \fR=\fPint
 If this rate of I/O is not met, the job will exit. The same format as \fBrate\fR
-is used for read vs write seperation.
+is used for read vs write separation.
 .TP
 .BI ratecycle \fR=\fPint
 Average bandwidth for \fBrate\fR and \fBratemin\fR over this number of
index acb8407d982a1242b47549c7e406a3f294713973..819da25e19a0819a44ed34a4190fc35c5f138256 100644 (file)
@@ -27,7 +27,7 @@ struct idle_prof_thread {
        int state;
        struct timeval tps;
        struct timeval tpe;
-       double cali_time; /* microseconds to finish a unit wrok */
+       double cali_time; /* microseconds to finish a unit work */
        double loops;
        double idleness;
        unsigned char *data;             /* bytes to be touched */
diff --git a/init.c b/init.c
index bf54e9537bb8a7505653cfb48779ca8bfb41d9f0..b45b039ee686d0e18b66bb2cf647c5d324455e16 100644 (file)
--- a/init.c
+++ b/init.c
@@ -1279,7 +1279,7 @@ int parse_jobs_ini(char *file, int is_buf, int stonewall_flag, int type)
                }
 
                /*
-                * Seperate multiple job files by a stonewall
+                * Separate multiple job files by a stonewall
                 */
                if (!global && stonewall) {
                        td->o.stonewall = stonewall;
diff --git a/json.c b/json.c
index cdc3b2185fa428e3a68842c44b7079448607108b..cba370ab4bdc59f70c425f9cea38fd63f4e47829 100644 (file)
--- a/json.c
+++ b/json.c
@@ -84,7 +84,7 @@ static char *strdup_escape(const char *str)
 }
 
 /*
- * Valid JSON strings must escape '"' and '/' with a preceeding '/'
+ * Valid JSON strings must escape '"' and '/' with a preceding '/'
  */
 static struct json_value *json_create_value_string(const char *str)
 {
index c9f3a4f1a3b16bcaddfe07b43296e50b6da1bd4c..15cd635037a0bdfc565b26c1f2502180eae831af 100644 (file)
@@ -5,7 +5,7 @@
  * nothing to do with anything remotely narcissistic.
  *
  * A set bit at layer N indicates a full word at layer N-1, and so forth. As
- * the bitmap becomes progressively more full, checking for existance
+ * the bitmap becomes progressively more full, checking for existence
  * becomes cheaper (since fewer layers are walked, making it a lot more
  * cache friendly) and locating the next free space likewise.
  *
index 51c0643aaca3fb8b8d85a74926d46767daf46403..a47bfa5c3250147bffdde277dca2bbbaf473a61d 100755 (executable)
@@ -7,7 +7,7 @@
 #
 # The script uses the files generated by FIO to create nice graphs in the
 # SVG format. This output format is supported by most modern browsers and
-# allows resolution independant graphs to be generated.
+# allows resolution independent graphs to be generated.
 #
 # This script supports GNUPLOT 4.4 and higher.
 # 
index 9e88d6154546afdd0a960a5ece2b723abe0406b8..0d38c0e92e77444d49e3d1906a37c210325c9bb6 100644 (file)
--- a/verify.c
+++ b/verify.c
@@ -124,7 +124,7 @@ static void hexdump(void *buffer, int len)
 }
 
 /*
- * Prepare for seperation of verify_header and checksum header
+ * Prepare for separation of verify_header and checksum header
  */
 static inline unsigned int __hdr_size(int verify_type)
 {