diff options
author | Gabor Greif <ggreif@gmail.com> | 2018-03-08 12:13:08 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-03-19 12:50:29 -0400 |
commit | 82e8d1fb82b2d2334516571bb1bc32ee9025df90 (patch) | |
tree | 206c6bc6b20061b9fd5b9cf19735b033d5652f8f /rts/posix | |
parent | 960cd424fb2ca99389c8f041d519d661494d07c1 (diff) | |
download | haskell-82e8d1fb82b2d2334516571bb1bc32ee9025df90.tar.gz |
Fix typo
Diffstat (limited to 'rts/posix')
-rw-r--r-- | rts/posix/itimer/Pthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/posix/itimer/Pthread.c b/rts/posix/itimer/Pthread.c index e15ac2521e..c45d57e6dc 100644 --- a/rts/posix/itimer/Pthread.c +++ b/rts/posix/itimer/Pthread.c @@ -10,7 +10,7 @@ * We use a realtime timer by default. I found this much more * reliable than a CPU timer: * - * Experiments with different frequences: using + * Experiments with different frequencies: using * CLOCK_REALTIME/CLOCK_MONOTONIC on Linux 2.6.32, * 1000us has <1% impact on runtime * 100us has ~2% impact on runtime |