summaryrefslogtreecommitdiff
path: root/rts/posix
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2018-03-08 12:13:08 +0100
committerBen Gamari <ben@smart-cactus.org>2018-03-19 12:50:29 -0400
commit82e8d1fb82b2d2334516571bb1bc32ee9025df90 (patch)
tree206c6bc6b20061b9fd5b9cf19735b033d5652f8f /rts/posix
parent960cd424fb2ca99389c8f041d519d661494d07c1 (diff)
downloadhaskell-82e8d1fb82b2d2334516571bb1bc32ee9025df90.tar.gz
Fix typo
Diffstat (limited to 'rts/posix')
-rw-r--r--rts/posix/itimer/Pthread.c2
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