diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2022-02-03 17:15:05 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-02-08 05:28:42 -0500 |
commit | 38c6e301165777b88cc172aafed1b33d6f42099b (patch) | |
tree | bb97c29f4d2701c32811ae98e7ea523da0bc0a2a /utils | |
parent | bc5cbce61b57f57cadf5c25fa3e60cf34c3b98ea (diff) | |
download | haskell-38c6e301165777b88cc172aafed1b33d6f42099b.tar.gz |
Fix some notes
Diffstat (limited to 'utils')
-rw-r--r-- | utils/ghc-pkg/Main.hs | 2 | ||||
-rwxr-xr-x | utils/llvm-targets/gen-data-layout.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/ghc-pkg/Main.hs b/utils/ghc-pkg/Main.hs index c977cb89c0..7bc14094d1 100644 --- a/utils/ghc-pkg/Main.hs +++ b/utils/ghc-pkg/Main.hs @@ -641,7 +641,7 @@ getPkgDatabases verbosity mode use_user use_cache expand_vars my_flags = do case [ f | FlagUserConfig f <- my_flags ] of _ | no_user_db -> return Nothing [] -> do - -- See Note [Settings File] about this file, and why we need GHC to share it with us. + -- See Note [Settings file] about this file, and why we need GHC to share it with us. let settingsFile = top_dir </> "settings" exists_settings_file <- doesFileExist settingsFile targetArchOS <- case exists_settings_file of diff --git a/utils/llvm-targets/gen-data-layout.sh b/utils/llvm-targets/gen-data-layout.sh index a5dfb0bf5a..ed33e6c4f4 100755 --- a/utils/llvm-targets/gen-data-layout.sh +++ b/utils/llvm-targets/gen-data-layout.sh @@ -16,7 +16,7 @@ # Add missing targets to the list below to have them included in # llvm-targets file. # -# See Note [LLVM Configuration] in GHC.SysTools for the whole story regarding LLVM +# See Note [LLVM configuration] in GHC.SysTools for the whole story regarding LLVM # configuration data. # Target sets for which to generate the llvm-targets file |