summaryrefslogtreecommitdiff
path: root/libraries/base
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2015-12-18 23:59:59 +0100
committerHerbert Valerio Riedel <hvr@gnu.org>2015-12-18 23:59:59 +0100
commitb2670fc47754288224b825a3308b92642ccf7e73 (patch)
tree317915ba9a735fc1dba353565fd54e2c7fcedda1 /libraries/base
parent543127388e8c82bce53b09e904a7ed8562badd22 (diff)
downloadhaskell-b2670fc47754288224b825a3308b92642ccf7e73.tar.gz
fix typo
[skip-ci]
Diffstat (limited to 'libraries/base')
-rw-r--r--libraries/base/Debug/Trace.hs2
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.