diff options
Diffstat (limited to 'compiler/GHC/Driver/Main.hs')
-rw-r--r-- | compiler/GHC/Driver/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Driver/Main.hs b/compiler/GHC/Driver/Main.hs index 32b94fbf14..4c17228852 100644 --- a/compiler/GHC/Driver/Main.hs +++ b/compiler/GHC/Driver/Main.hs @@ -1438,7 +1438,7 @@ hscCheckSafe' m l = do $ mkErrorMsgEnvelope l (pkgQual state) $ GhcDriverMessage $ DriverCannotImportUnsafeModule m - -- | Check the package a module resides in is trusted. Safe compiled + -- Check the package a module resides in is trusted. Safe compiled -- modules are trusted without requiring that their package is trusted. For -- trustworthy modules, modules in the home package are trusted but -- otherwise we check the package trust flag. |