Skip to content

Commit

Permalink
Update a comment; spotted by Carter Schonwald
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Lynagh committed May 18, 2013
1 parent b519e00 commit a44978b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/main/DriverPipeline.hs
Expand Up @@ -800,7 +800,7 @@ instance Outputable PhasePlus where
-- what the rest of the phases will be until part-way through the
-- compilation: for example, an {-# OPTIONS -fasm #-} at the beginning
-- of a source file can change the latter stages of the pipeline from
-- taking the via-C route to using the native code generator.
-- taking the LLVM route to using the native code generator.
--
runPhase :: PhasePlus -- ^ Run this phase
-> FilePath -- ^ name of the input file
Expand Down

0 comments on commit a44978b

Please sign in to comment.