X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=ioengines.c;h=d34d2f4303764566da297e327670d935e23de7ea;hp=cf8c2f148ca8df611c2817e854cf43ace609f56a;hb=b4c5e1acb5a7964f858e2b41c1ae07b1afc0f4ea;hpb=7101d9c24abec4be58a086d85d6d92ec6e6492e9 diff --git a/ioengines.c b/ioengines.c index cf8c2f14..d34d2f43 100644 --- a/ioengines.c +++ b/ioengines.c @@ -245,7 +245,7 @@ int td_io_init(struct thread_data *td) if (td->io_ops->init) { ret = td->io_ops->init(td); if (ret && td->o.iodepth > 1) - log_err("fio: io engine init failed. Perhaps try reducing io dpeth?\n"); + log_err("fio: io engine init failed. Perhaps try reducing io depth?\n"); } return ret;