[commit: ghc] master: Correct name of makeStableName in haddock (afdde48)
git at git.haskell.org
git at git.haskell.org
Sun Oct 16 17:41:40 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/afdde48baf98e552b860cf1aec093d71ccad1363/ghc
>---------------------------------------------------------------
commit afdde48baf98e552b860cf1aec093d71ccad1363
Author: Reid Barton <rwbarton at gmail.com>
Date: Sun Oct 16 13:40:11 2016 -0400
Correct name of makeStableName in haddock
>---------------------------------------------------------------
afdde48baf98e552b860cf1aec093d71ccad1363
libraries/base/System/Mem/StableName.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libraries/base/System/Mem/StableName.hs b/libraries/base/System/Mem/StableName.hs
index f2f2c2b..dcd5273 100644
--- a/libraries/base/System/Mem/StableName.hs
+++ b/libraries/base/System/Mem/StableName.hs
@@ -53,7 +53,7 @@ import GHC.Base ( Int(..), StableName#, makeStableName#
The reverse is not necessarily true: if two stable names are not
equal, then the objects they name may still be equal. Note in particular
- that `mkStableName` may return a different `StableName` after an
+ that `makeStableName` may return a different `StableName` after an
object is evaluated.
Stable Names are similar to Stable Pointers ("Foreign.StablePtr"),
More information about the ghc-commits
mailing list