summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTej Chajed <tchajed@mit.edu>2018-03-06 13:46:01 -0500
committerBen Gamari <ben@smart-cactus.org>2018-03-07 20:51:27 -0500
commit43fbb905eade2e3e3af67ce944262709763b6578 (patch)
treee4bfc30bf591be87035fa6285257fe5ae13ed099
parentb3bfbedc106a50eacc635f8ec7ad130ce6e43617 (diff)
downloadhaskell-43fbb905eade2e3e3af67ce944262709763b6578.tar.gz
Fix typo in description of -V RTS flag
-rw-r--r--rts/RtsFlags.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/RtsFlags.c b/rts/RtsFlags.c
index eb33c9e451..7b38bbd6fd 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