diff options
Diffstat (limited to 'rts/RtsFlags.c')
-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 ddd561b29c..380ccc3afc 100644 --- a/rts/RtsFlags.c +++ b/rts/RtsFlags.c @@ -502,7 +502,7 @@ usage_text[] = { #if defined(mingw32_HOST_OS) " --io-manager-threads=<num>", " The number of worker threads to use in the native I/O manager to", -" handle completion events. (defualt: num cores)", +" handle completion events. (default: num cores)", #endif " -e<n> Maximum number of outstanding local sparks (default: 4096)", #endif |