From 34403fb14ba48d708fdfd2934583506bb5caac05 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 2 Mar 2007 21:43:25 +0100 Subject: [PATCH] Spelling fixes Signed-off-by: Jens Axboe --- engines/skeleton_external.c | 2 +- fio.c | 2 +- init.c | 2 +- log.c | 2 +- stat.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/engines/skeleton_external.c b/engines/skeleton_external.c index 0937d685..a68027cb 100644 --- a/engines/skeleton_external.c +++ b/engines/skeleton_external.c @@ -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 9a3cc948..22f01244 100644 --- 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 2259edf5..a4f641a2 100644 --- 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 6de98ac2..994f4971 100644 --- 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 0ecc1648..f71c5f03 100644 --- 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) { -- 2.25.1