diff --git a/darwin/Platform.c b/darwin/Platform.c index 7d2d1697..93262bb6 100644 --- a/darwin/Platform.c +++ b/darwin/Platform.c @@ -432,7 +432,8 @@ void Platform_gettime_monotonic(uint64_t* msec) { #else - Generic_gettime_monotomic(msec); + Generic_gettime_monotonic(msec); #endif + }