Change GHC_OPTIONS to OPTIONS_GHC
authorIan Lynagh <igloo@earth.li>
Wed, 10 Jun 2009 12:46:11 +0000 (12:46 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 10 Jun 2009 12:46:11 +0000 (12:46 +0000)
compiler/main/DriverPipeline.hs
docs/users_guide/6.6-notes.xml

index c8cf4c9..5a7e78d 100644 (file)
@@ -491,7 +491,7 @@ data PipelineOutput
 -- at which stage to stop.
 --
 -- The DynFlags can be modified by phases in the pipeline (eg. by
--- GHC_OPTIONS pragmas), and the changes affect later phases in the
+-- OPTIONS_GHC pragmas), and the changes affect later phases in the
 -- pipeline.
 runPipeline
   :: GhcMonad m =>
index bd45619..a04b99e 100644 (file)
             The following flags (and, where appropriate, their inverses)
             used to be static (can only be given on
             the command line) but are now dynamic (can also be given in
-            a <literal>GHC_OPTIONS</literal> pragma or with
+            an <literal>OPTIONS_GHC</literal> pragma or with
             <literal>:set</literal> in GHCi):
             <option>-c</option>,
             <option>-hcsuf</option>,