[commit: ghc] master: Typo in comment (3e633d9)
git at git.haskell.org
git at git.haskell.org
Tue Jan 14 12:01:52 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/3e633d9b77a50e6f34bdcc556d47b4a09faa1d2d/ghc
>---------------------------------------------------------------
commit 3e633d9b77a50e6f34bdcc556d47b4a09faa1d2d
Author: Gabor Greif <ggreif at gmail.com>
Date: Tue Jan 14 13:01:11 2014 +0100
Typo in comment
>---------------------------------------------------------------
3e633d9b77a50e6f34bdcc556d47b4a09faa1d2d
compiler/main/SysTools.lhs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/main/SysTools.lhs b/compiler/main/SysTools.lhs
index 510475e..c179356 100644
--- a/compiler/main/SysTools.lhs
+++ b/compiler/main/SysTools.lhs
@@ -679,7 +679,7 @@ getLinkerInfo' dflags = do
case os of
OSSolaris2 ->
-- Solaris uses its own Solaris linker. Even all
- -- GNU C are receommended to configure with Solaris
+ -- GNU C are recommended to configure with Solaris
-- linker instead of using GNU binutils linker. Also
-- all GCC distributed with Solaris follows this rule
-- precisely so we assume here, the Solaris linker is
More information about the ghc-commits
mailing list