diff options
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/nativeGen/PIC.hs | 2 |
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 |