diff --git a/test/timer_darwinunix.c b/test/timer_darwinunix.c index bda41832..a1f9c5f2 100644 --- a/test/timer_darwinunix.c +++ b/test/timer_darwinunix.c @@ -60,7 +60,7 @@ static void baseInit(void) timerTime timerMonotonicNow(void) { struct timespec ts; - timerTIme ret; + timerTime ret; int err; err = pthread_once(&baseOnce, baseInit);