summaryrefslogtreecommitdiff
path: root/compiler/nativeGen
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2013-12-21 09:44:38 -0500
committerAustin Seipp <austin@well-typed.com>2014-01-07 01:08:09 -0600
commit1310d75a14c8efb8ab92ee65bb57b522ad32894f (patch)
tree9784e031c5d3fbfe669d158cf4f297f7b074c327 /compiler/nativeGen
parent26fcbd0a40c7bfa785baf4d1ad119ddb3abf05e7 (diff)
downloadhaskell-1310d75a14c8efb8ab92ee65bb57b522ad32894f.tar.gz
nativeGen: Fix spelling in comment
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'compiler/nativeGen')
-rw-r--r--compiler/nativeGen/PIC.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nativeGen/PIC.hs b/compiler/nativeGen/PIC.hs
index b36c0ae1e8..f988bf73c7 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