[commit: ghc] wip/nfs-locking: Fix typo in comment (#369) (408ef4e)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 01:20:29 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/408ef4e802ec0b89b5962bb839f11f47976897e2/ghc
>---------------------------------------------------------------
commit 408ef4e802ec0b89b5962bb839f11f47976897e2
Author: Doug Wilson <douglas.wilson at gmail.com>
Date: Wed Jul 19 06:57:15 2017 +1200
Fix typo in comment (#369)
[skip ci]
>---------------------------------------------------------------
408ef4e802ec0b89b5962bb839f11f47976897e2
src/GHC.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/GHC.hs b/src/GHC.hs
index ce88cb0..231eab6 100644
--- a/src/GHC.hs
+++ b/src/GHC.hs
@@ -122,7 +122,7 @@ programName Context {..}
| package == iservBin = "ghc-iserv"
| otherwise = pkgNameString package
--- | Some contexts are special: their packages do have @.cabal@ metadata or
+-- | Some contexts are special: their packages do not have @.cabal@ metadata or
-- we cannot run @ghc-cabal@ on them, e.g. because the latter hasn't been built
-- yet (this is the case with the 'ghcCabal' package in 'Stage0').
nonCabalContext :: Context -> Bool
More information about the ghc-commits
mailing list