[commit: ghc] master: nativeGen: Fix spelling in comment (1310d75)
git at git.haskell.org
git at git.haskell.org
Tue Jan 7 14:30:24 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/1310d75a14c8efb8ab92ee65bb57b522ad32894f/ghc
>---------------------------------------------------------------
commit 1310d75a14c8efb8ab92ee65bb57b522ad32894f
Author: Ben Gamari <bgamari.foss at gmail.com>
Date: Sat Dec 21 09:44:38 2013 -0500
nativeGen: Fix spelling in comment
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
1310d75a14c8efb8ab92ee65bb57b522ad32894f
compiler/nativeGen/PIC.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/nativeGen/PIC.hs b/compiler/nativeGen/PIC.hs
index b36c0ae..f988bf7 100644
--- a/compiler/nativeGen/PIC.hs
+++ b/compiler/nativeGen/PIC.hs
@@ -305,7 +305,7 @@ howToAccessLabel _ ArchPPC_64 os _ kind _
howToAccessLabel dflags _ os _ _ _
-- no PIC -> the dynamic linker does everything for us;
-- if we don't dynamically link to Haskell code,
- -- it actually manages to do so without messing thins up.
+ -- it actually manages to do so without messing things up.
| osElfTarget os
, not (gopt Opt_PIC dflags) && gopt Opt_Static dflags
= AccessDirectly
More information about the ghc-commits
mailing list