[commit: ghc] master: Fix typo in description of -V RTS flag (43fbb90)
git at git.haskell.org
git at git.haskell.org
Thu Mar 8 01:52:38 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/43fbb905eade2e3e3af67ce944262709763b6578/ghc
>---------------------------------------------------------------
commit 43fbb905eade2e3e3af67ce944262709763b6578
Author: Tej Chajed <tchajed at mit.edu>
Date: Tue Mar 6 13:46:01 2018 -0500
Fix typo in description of -V RTS flag
>---------------------------------------------------------------
43fbb905eade2e3e3af67ce944262709763b6578
rts/RtsFlags.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rts/RtsFlags.c b/rts/RtsFlags.c
index eb33c9e..7b38bbd 100644
--- a/rts/RtsFlags.c
+++ b/rts/RtsFlags.c
@@ -377,7 +377,7 @@ usage_text[] = {
" Default: 0.02 sec.",
" -V<secs> Master tick interval in seconds (0 == disable timer).",
" This sets the resolution for -C and the heap profile timer -i,",
-" and is the frequence of time profile samples.",
+" and is the frequency of time profile samples.",
#if defined(PROFILING)
" Default: 0.001 sec.",
#else
More information about the ghc-commits
mailing list