diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2015-12-18 23:59:59 +0100 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2015-12-18 23:59:59 +0100 |
commit | b2670fc47754288224b825a3308b92642ccf7e73 (patch) | |
tree | 317915ba9a735fc1dba353565fd54e2c7fcedda1 /libraries/base | |
parent | 543127388e8c82bce53b09e904a7ed8562badd22 (diff) | |
download | haskell-b2670fc47754288224b825a3308b92642ccf7e73.tar.gz |
fix typo
[skip-ci]
Diffstat (limited to 'libraries/base')
-rw-r--r-- | libraries/base/Debug/Trace.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/Debug/Trace.hs b/libraries/base/Debug/Trace.hs index 653dcab055..40475d32f9 100644 --- a/libraries/base/Debug/Trace.hs +++ b/libraries/base/Debug/Trace.hs @@ -188,7 +188,7 @@ traceShowM = traceM . show -- available. -- -- In the current GHC implementation, the call stack is only --- availble if the program was compiled with @-prof@; otherwise +-- available if the program was compiled with @-prof@; otherwise -- 'traceStack' behaves exactly like 'trace'. Entries in the call -- stack correspond to @SCC@ annotations, so it is a good idea to use -- @-fprof-auto@ or @-fprof-auto-calls@ to add SCC annotations automatically. |