Fix a function name typo in debug print
[fio.git] / io_u.c
diff --git a/io_u.c b/io_u.c
index 670c7026ea25c9dba76b9bac3a90c6a69c690560..cb8fc4ad606154a89b0ce8d0c99e36cae32deda2 100644 (file)
--- a/io_u.c
+++ b/io_u.c
@@ -1960,7 +1960,7 @@ int io_u_queued_complete(struct thread_data *td, int min_evts)
        int ret, ddir;
        struct timespec ts = { .tv_sec = 0, .tv_nsec = 0, };
 
-       dprint(FD_IO, "io_u_queued_completed: min=%d\n", min_evts);
+       dprint(FD_IO, "io_u_queued_complete: min=%d\n", min_evts);
 
        if (!min_evts)
                tvp = &ts;