X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=gettime-thread.c;h=6dc14864fdc61bb8380702c154dce5e83f60d2b0;hp=9bf85f0212725556e59609223d66cf0f2eba3618;hb=bc0fe8b846bacd02bb5bf43d659086d293792bc3;hpb=dd117eb614043fa01480e6a903b8aac6df5bbf80 diff --git a/gettime-thread.c b/gettime-thread.c index 9bf85f02..6dc14864 100644 --- a/gettime-thread.c +++ b/gettime-thread.c @@ -81,7 +81,7 @@ int fio_start_gtod_thread(void) ret = pthread_detach(gtod_thread); if (ret) { - log_err("Can't detatch gtod thread: %s\n", strerror(ret)); + log_err("Can't detach gtod thread: %s\n", strerror(ret)); goto err; }