summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2016-11-17 10:13:46 +0100
committerGabor Greif <ggreif@gmail.com>2016-11-17 10:13:46 +0100
commit2878604e87a594b815399f596e5dcad0efc26e0b (patch)
treeda498717acfd70dcc41e5cc7b3f0d278d8af9a67
parent31398fbc6d9ee0bd95de64b08becc38faf188972 (diff)
downloadhaskell-2878604e87a594b815399f596e5dcad0efc26e0b.tar.gz
Correct spelling of command-line option in comment
-rw-r--r--compiler/nativeGen/X86/Ppr.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nativeGen/X86/Ppr.hs b/compiler/nativeGen/X86/Ppr.hs
index 0d1ff20432..e70aa63c0b 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