From 368a69a51c3787991e1a1a8726a33fcdff3a39d2 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Fri, 18 Jun 2010 08:21:02 +0000 Subject: [PATCH] comment typo --- 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 5bfe90b..fbe5199 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 -- 1.7.10.4