X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=idletime.c;h=4c00d80df692590b6b8b62a57bd9af2fa528dcd2;hp=fab43c535df2e1f065e4b6a01f4dac3e7ae9f87e;hb=56a90eba1f4d54c22c127636d8fbf987aafba066;hpb=236d24dff4826a469d2e980c2b71c2adba3b907e diff --git a/idletime.c b/idletime.c index fab43c53..4c00d80d 100644 --- a/idletime.c +++ b/idletime.c @@ -260,7 +260,7 @@ void fio_idle_prof_init(void) if ((ret = pthread_detach(ipt->thread))) { /* log error and let the thread spin */ - log_err("fio: pthread_detatch %s\n", strerror(ret)); + log_err("fio: pthread_detach %s\n", strerror(ret)); } }