diff options
Diffstat (limited to 'compiler/main/GhcMake.hs')
-rw-r--r-- | compiler/main/GhcMake.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/GhcMake.hs b/compiler/main/GhcMake.hs index f74d09755f..94c02d5017 100644 --- a/compiler/main/GhcMake.hs +++ b/compiler/main/GhcMake.hs @@ -171,7 +171,7 @@ warnMissingHomeModules hsc_env mod_graph = targetid_to_name (TargetModule name) = name targetid_to_name (TargetFile file _) = -- We can get a file even if module name in specified in command line - -- because it can be converted in guessTarget. So lets convert it back. + -- because it can be converted in guessTarget. So let's convert it back. mkModuleName (fst $ splitExtension file) -- | Describes which modules of the module graph need to be loaded. |