diff options
author | Simon Marlow <marlowsd@gmail.com> | 2010-06-18 08:21:02 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2010-06-18 08:21:02 +0000 |
commit | 368a69a51c3787991e1a1a8726a33fcdff3a39d2 (patch) | |
tree | 37b863400383d8ec5148549d41639ff1dcf4921d /compiler/nativeGen | |
parent | 24a3fee9f3ff6cef6fe471ab6f0a7ba9ac001faf (diff) | |
download | haskell-368a69a51c3787991e1a1a8726a33fcdff3a39d2.tar.gz |
comment typo
Diffstat (limited to 'compiler/nativeGen')
-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 5bfe90b0fa..fbe51999b5 100644 --- a/compiler/nativeGen/PIC.hs +++ b/compiler/nativeGen/PIC.hs @@ -635,7 +635,7 @@ pprImportedSymbol _ OSDarwin _ -- section. -- The "official" GOT mechanism (label@got) isn't intended to be used -- in position dependent code, so we have to create our own "fake GOT" --- when not opt_PCI && not opt_Static. +-- when not opt_PIC && not opt_Static. -- -- 2) PowerPC Linux is just plain broken. -- While it's theoretically possible to use GOT offsets larger |