X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=idletime.c;h=4c00d80df692590b6b8b62a57bd9af2fa528dcd2;hb=94f218f6e5ef1eb2bc9190f72df5c8d105e0bac3;hp=fab43c535df2e1f065e4b6a01f4dac3e7ae9f87e;hpb=236d24dff4826a469d2e980c2b71c2adba3b907e;p=fio.git 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)); } }