diff options
author | Tej Chajed <tchajed@mit.edu> | 2018-03-06 13:46:01 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-03-07 20:51:27 -0500 |
commit | 43fbb905eade2e3e3af67ce944262709763b6578 (patch) | |
tree | e4bfc30bf591be87035fa6285257fe5ae13ed099 /rts | |
parent | b3bfbedc106a50eacc635f8ec7ad130ce6e43617 (diff) | |
download | haskell-43fbb905eade2e3e3af67ce944262709763b6578.tar.gz |
Fix typo in description of -V RTS flag
Diffstat (limited to 'rts')
-rw-r--r-- | rts/RtsFlags.c | 2 |
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 |