summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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