From 38c6e301165777b88cc172aafed1b33d6f42099b Mon Sep 17 00:00:00 2001 From: Matthew Pickering Date: Thu, 3 Feb 2022 17:15:05 +0000 Subject: Fix some notes --- utils/ghc-pkg/Main.hs | 2 +- utils/llvm-targets/gen-data-layout.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'utils') 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 -- cgit v1.2.1