[commit: ghc] master: GHC.Stack.CCS: Fix typo in Haddocks (b8cd94d)
git at git.haskell.org
git at git.haskell.org
Fri Jul 8 13:02:17 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/b8cd94d631ccccf7c94dda2eceb39650faf7d568/ghc
>---------------------------------------------------------------
commit b8cd94d631ccccf7c94dda2eceb39650faf7d568
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Jul 7 19:42:46 2016 +0200
GHC.Stack.CCS: Fix typo in Haddocks
>---------------------------------------------------------------
b8cd94d631ccccf7c94dda2eceb39650faf7d568
libraries/base/GHC/Stack/CCS.hsc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libraries/base/GHC/Stack/CCS.hsc b/libraries/base/GHC/Stack/CCS.hsc
index bab9f75..51eb624 100644
--- a/libraries/base/GHC/Stack/CCS.hsc
+++ b/libraries/base/GHC/Stack/CCS.hsc
@@ -82,7 +82,7 @@ ccSrcSpan p = (# peek CostCentre, srcloc) p
-- | Returns a @[String]@ representing the current call stack. This
-- can be useful for debugging.
--
--- The implementation uses the call-stack simulation maintined by the
+-- The implementation uses the call-stack simulation maintained by the
-- profiler, so it only works if the program was compiled with @-prof@
-- and contains suitable SCC annotations (e.g. by using @-fprof-auto@).
-- Otherwise, the list returned is likely to be empty or
More information about the ghc-commits
mailing list