zbd: Fix spelling of the "zonemode" job option
authorBart Van Assche <bvanassche@acm.org>
Sat, 30 May 2020 22:24:07 +0000 (15:24 -0700)
committerBart Van Assche <bvanassche@acm.org>
Wed, 10 Jun 2020 02:28:06 +0000 (19:28 -0700)
The comment above zbd_adjust_ddir() refers to the fio "zonemode" option.
Make sure that the name of that option has been spelled correctly.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
zbd.c

diff --git a/zbd.c b/zbd.c
index dc302606ad622ab1f9bd283fbc2d639db0f66d27..8cf8f81213ebfcd8083a2f3602932deec9c276cc 100644 (file)
--- a/zbd.c
+++ b/zbd.c
@@ -1365,7 +1365,7 @@ void setup_zbd_zone_mode(struct thread_data *td, struct io_u *io_u)
 }
 
 /**
- * zbd_adjust_ddir - Adjust an I/O direction for zonedmode=zbd.
+ * zbd_adjust_ddir - Adjust an I/O direction for zonemode=zbd.
  *
  * @td: FIO thread data.
  * @io_u: FIO I/O unit.