summaryrefslogtreecommitdiff
path: root/compiler/main/DriverPipeline.hs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-10-24 23:25:56 +0200
committerGabor Greif <ggreif@gmail.com>2017-10-30 11:38:12 +0100
commit15696682a4ac65c359101844c212fd4ae7357dc8 (patch)
treea745f44ac388caf5142ce670fce61ec7102131a5 /compiler/main/DriverPipeline.hs
parentec356e8a3530557638bc30df07f0253c6527fb13 (diff)
downloadhaskell-15696682a4ac65c359101844c212fd4ae7357dc8.tar.gz
Typofixes in comments
Diffstat (limited to 'compiler/main/DriverPipeline.hs')
-rw-r--r--compiler/main/DriverPipeline.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/DriverPipeline.hs b/compiler/main/DriverPipeline.hs
index 199611844c..fab7fad9bc 100644
--- a/compiler/main/DriverPipeline.hs
+++ b/compiler/main/DriverPipeline.hs
@@ -794,7 +794,7 @@ getOutputFilename stop_phase output basename dflags next_phase maybe_location
-- | The fast LLVM Pipeline skips the mangler and assembler,
--- emiting object code dirctly from llc.
+-- emitting object code directly from llc.
--
-- slow: opt -> llc -> .s -> mangler -> as -> .o
-- fast: opt -> llc -> .o