Skip to content

Commit 0423025

Browse files
committed
Fix spelling error in IO uring engine.
1 parent d2a4910 commit 0423025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engines/io_uring.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ static struct fio_option options[] = {
180180
.lname = "Additional Write commands support (Write Uncorrectable, Write Zeores)",
181181
.type = FIO_OPT_STR,
182182
.off1 = offsetof(struct ioring_options, write_mode),
183-
.help = "Issue Write Uncorrectable or Zeroes command instaed of Write command",
183+
.help = "Issue Write Uncorrectable or Zeroes command instead of Write command",
184184
.def = "write",
185185
.posval = {
186186
{ .ival = "write",

0 commit comments

Comments
 (0)