[PATCH] Minor documentation fix
Simon Hengel
sol at typeful.net
Tue Feb 14 15:01:52 CET 2012
Add a missing 'be' to Haddock comment of `HscTarget`.
---
compiler/main/DynFlags.hs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs
index 747b0b8..5af8a8a 100644
--- a/compiler/main/DynFlags.hs
+++ b/compiler/main/DynFlags.hs
@@ -728,7 +728,7 @@ wayNames = map wayName . ways
-- from an imported module. This will fail if no code has been generated
-- for this module. You can use 'GHC.needsTemplateHaskell' to detect
-- whether this might be the case and choose to either switch to a
--- different target or avoid typechecking such modules. (The latter may
+-- different target or avoid typechecking such modules. (The latter may be
-- preferable for security reasons.)
--
data HscTarget
--
1.7.5.4
More information about the Cvs-ghc
mailing list