diff options
Diffstat (limited to 'rts/win32')
-rw-r--r-- | rts/win32/GetTime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/win32/GetTime.c b/rts/win32/GetTime.c index 514def6db2..3600839bca 100644 --- a/rts/win32/GetTime.c +++ b/rts/win32/GetTime.c @@ -48,7 +48,7 @@ getProcessCPUTime(void) } // Number of ticks per second used by the QueryPerformanceFrequency -// implementaiton, represented by a 64-bit union type. +// implementation, represented by a 64-bit union type. static LARGE_INTEGER qpc_frequency = {.QuadPart = 0}; // Initialize qpc_frequency. This function should be called before any call to |