[commit: ghc] master: fix typo (b2670fc)
git at git.haskell.org
git at git.haskell.org
Sat Dec 19 07:34:40 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/b2670fc47754288224b825a3308b92642ccf7e73/ghc
>---------------------------------------------------------------
commit b2670fc47754288224b825a3308b92642ccf7e73
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Fri Dec 18 23:59:59 2015 +0100
fix typo
[skip-ci]
>---------------------------------------------------------------
b2670fc47754288224b825a3308b92642ccf7e73
libraries/base/Debug/Trace.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libraries/base/Debug/Trace.hs b/libraries/base/Debug/Trace.hs
index 653dcab..40475d3 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.
More information about the ghc-commits
mailing list