[commit: ghc] master: Comment typo: unambigious -> unambiguous (49bae46)
git at git.haskell.org
git at git.haskell.org
Sat Apr 30 18:31:46 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/49bae464abbbc1473fa7480ef1951e0a76019d07/ghc
>---------------------------------------------------------------
commit 49bae464abbbc1473fa7480ef1951e0a76019d07
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date: Sat Apr 30 14:34:25 2016 -0400
Comment typo: unambigious -> unambiguous
[ci skip]
>---------------------------------------------------------------
49bae464abbbc1473fa7480ef1951e0a76019d07
compiler/basicTypes/Name.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/basicTypes/Name.hs b/compiler/basicTypes/Name.hs
index eb820d4..2616372 100644
--- a/compiler/basicTypes/Name.hs
+++ b/compiler/basicTypes/Name.hs
@@ -101,7 +101,7 @@ import Data.Data
************************************************************************
-}
--- | A unique, unambigious name for something, containing information about where
+-- | A unique, unambiguous name for something, containing information about where
-- that thing originated.
data Name = Name {
n_sort :: NameSort, -- What sort of name it is
More information about the ghc-commits
mailing list