Documentation: fix psyncv2 typo
[fio.git] / gettime-thread.c
index 65ca83419d0f6f82ba5bab3c270ea81f1cd80c5c..6dc14864fdc61bb8380702c154dce5e83f60d2b0 100644 (file)
@@ -8,8 +8,8 @@
 
 struct timeval *fio_tv = NULL;
 int fio_gtod_offload = 0;
-static os_cpu_mask_t fio_gtod_cpumask;
 static pthread_t gtod_thread;
+static os_cpu_mask_t fio_gtod_cpumask;
 
 void fio_gtod_init(void)
 {
@@ -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;
        }