Spelling fixes
authorJens Axboe <jens.axboe@oracle.com>
Fri, 2 Mar 2007 20:43:25 +0000 (21:43 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 2 Mar 2007 20:43:25 +0000 (21:43 +0100)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
engines/skeleton_external.c
fio.c
init.c
log.c
stat.c

index 0937d68562be1b196049a61ae858f4143e9041e5..a68027cbfd2981164ef950bd8c0528a95c8d0f98 100644 (file)
@@ -77,7 +77,7 @@ static int fio_skeleton_queue(struct thread_data *td, struct io_u *io_u)
 /*
  * The ->prep() function is called for each io_u prior to being submitted
  * with ->queue(). This hook allows the io engine to perform any
- * preperatory actions on the io_u, before being submitted. Not required.
+ * preparatory actions on the io_u, before being submitted. Not required.
  */
 static int fio_skeleton_prep(struct thread_data *td, struct io_u *io_u)
 {
diff --git a/fio.c b/fio.c
index 9a3cc94897d3c49928ef27f2dade7504c955f81a..22f0124459352e2011a0fe99ced7fb65e514b5f7 100644 (file)
--- a/fio.c
+++ b/fio.c
@@ -243,7 +243,7 @@ requeue:
 }
 
 /*
- * The main verify engine. Runs over the writes we previusly submitted,
+ * The main verify engine. Runs over the writes we previously submitted,
  * reads the blocks back in, and checks the crc/md5 of the data.
  */
 static void do_verify(struct thread_data *td)
diff --git a/init.c b/init.c
index 2259edf5afee0b3396b89f245ae0c1223afe0726..a4f641a293fb0bcce1e9793f5ff20663bc7c0860 100644 (file)
--- a/init.c
+++ b/init.c
@@ -395,7 +395,7 @@ static struct fio_option options[] = {
                .name   = "thinktime_spin",
                .type   = FIO_OPT_INT,
                .off1   = td_var_offset(thinktime_spin),
-               .help   = "Start thinktime by spinning this amount (usec)",
+               .help   = "Start think time by spinning this amount (usec)",
                .def    = "0",
        },
        {
diff --git a/log.c b/log.c
index 6de98ac2900a9bdb0a92dc571d77e188fa140b10..994f4971ae0967202e49c69b4ccc9002cca0622c 100644 (file)
--- a/log.c
+++ b/log.c
@@ -39,7 +39,7 @@ void prune_io_piece_log(struct thread_data *td)
 }
 
 /*
- * log a succesful write, so we can unwind the log for verify
+ * log a successful write, so we can unwind the log for verify
  */
 void log_io_piece(struct thread_data *td, struct io_u *io_u)
 {
diff --git a/stat.c b/stat.c
index 0ecc1648fd2178ae32e1526211f0bf2ea41fb6db..f71c5f03a574f4a7d3f1af222527b4ec7a78f7a9 100644 (file)
--- a/stat.c
+++ b/stat.c
@@ -14,7 +14,7 @@ static struct list_head disk_list = LIST_HEAD_INIT(disk_list);
 static dev_t last_dev;
 
 /*
- * Cheasy number->string conversion, complete with carry rounding error.
+ * Cheesy number->string conversion, complete with carry rounding error.
  */
 static char *num2str(unsigned long num, int maxlen, int base)
 {