diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-02-08 14:14:36 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-02-09 13:14:17 +0100 |
commit | e8f5efb55b694f70542d22d5c3aaf92222ccd973 (patch) | |
tree | 57f265e9826ce6ff8542ce4ebd8c73c630dbf0e2 /utils/ghc-pkg | |
parent | b9bebd8cedccd7e8dd6df89b5504cd8f1e7a675b (diff) | |
download | haskell-e8f5efb55b694f70542d22d5c3aaf92222ccd973.tar.gz |
Tweaks and typos in manual, note refs, comments
Diffstat (limited to 'utils/ghc-pkg')
-rw-r--r-- | utils/ghc-pkg/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ghc-pkg/Main.hs b/utils/ghc-pkg/Main.hs index 1383f8fbe3..b350e084ac 100644 --- a/utils/ghc-pkg/Main.hs +++ b/utils/ghc-pkg/Main.hs @@ -532,7 +532,7 @@ readPackageArg AsDefault str = Id `fmap` readGlobPkgId str data PackageDB = PackageDB { location, locationAbsolute :: !FilePath, - -- We need both possibly-relative and definately-absolute package + -- We need both possibly-relative and definitely-absolute package -- db locations. This is because the relative location is used as -- an identifier for the db, so it is important we do not modify it. -- On the other hand we need the absolute path in a few places |