[commit: ghc] master: Fix typo (82e8d1f)
git at git.haskell.org
git at git.haskell.org
Mon Mar 19 17:26:11 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/82e8d1fb82b2d2334516571bb1bc32ee9025df90/ghc
>---------------------------------------------------------------
commit 82e8d1fb82b2d2334516571bb1bc32ee9025df90
Author: Gabor Greif <ggreif at gmail.com>
Date: Thu Mar 8 12:13:08 2018 +0100
Fix typo
>---------------------------------------------------------------
82e8d1fb82b2d2334516571bb1bc32ee9025df90
rts/posix/itimer/Pthread.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rts/posix/itimer/Pthread.c b/rts/posix/itimer/Pthread.c
index e15ac25..c45d57e 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
More information about the ghc-commits
mailing list