Skip to content

Commit 58818df

Browse files
committed
Merge branch 'iouring-spellingfix-2025-03-18' of https://github.com/proact-de/fio
* 'iouring-spellingfix-2025-03-18' of https://github.com/proact-de/fio: Fix spelling error in IO uring engine.
2 parents d2a4910 + 0423025 commit 58818df

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)