diff options
author | Gabor Greif <ggreif@gmail.com> | 2015-08-01 17:31:42 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2015-08-01 17:33:34 +0200 |
commit | 75504f300d4db33ff66cc1a572d473bdb23b6a42 (patch) | |
tree | d0b7f43378657ed583014767da28021b569cec80 /rts/win32 | |
parent | ad089f58be522cb68c0306c21c5df9d72b6c0aff (diff) | |
download | haskell-75504f300d4db33ff66cc1a572d473bdb23b6a42.tar.gz |
Typos in comments
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 |