[commit: ghc] master: Correct spelling of command-line option in comment (2878604)
git at git.haskell.org
git at git.haskell.org
Thu Nov 17 11:57:08 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/2878604e87a594b815399f596e5dcad0efc26e0b/ghc
>---------------------------------------------------------------
commit 2878604e87a594b815399f596e5dcad0efc26e0b
Author: Gabor Greif <ggreif at gmail.com>
Date: Thu Nov 17 10:13:46 2016 +0100
Correct spelling of command-line option in comment
>---------------------------------------------------------------
2878604e87a594b815399f596e5dcad0efc26e0b
compiler/nativeGen/X86/Ppr.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/nativeGen/X86/Ppr.hs b/compiler/nativeGen/X86/Ppr.hs
index 0d1ff20..e70aa63 100644
--- a/compiler/nativeGen/X86/Ppr.hs
+++ b/compiler/nativeGen/X86/Ppr.hs
@@ -64,7 +64,7 @@ import Data.Bits
-- Therefore all that is left for llvm code gen, is to ensure
-- that all the `iTableSuf` symbols are marked as used.
-- As of this writing the documentation regarding the
--- .subsections_via_symbols and -dead_stip can be found at
+-- .subsections_via_symbols and -dead_strip can be found at
-- <https://developer.apple.com/library/mac/documentation/DeveloperTools/Reference/Assembler/040-Assembler_Directives/asm_directives.html#//apple_ref/doc/uid/TP30000823-TPXREF101>
pprNatCmmDecl :: NatCmmDecl (Alignment, CmmStatics) Instr -> SDoc
More information about the ghc-commits
mailing list