diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-07-06 10:48:52 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-07-06 10:48:52 +0200 |
commit | 99adcc8804e91161b35ff1d0e5f718d18fcaa66a (patch) | |
tree | e12b65bf767f0f3174fb2df2ceff3fc8a8d34130 /compiler/main/HscMain.hs | |
parent | f3979b7fbd83e85301ba2f028936fb7c50a48f42 (diff) | |
download | haskell-99adcc8804e91161b35ff1d0e5f718d18fcaa66a.tar.gz |
Typos in comments [ci skip]
Diffstat (limited to 'compiler/main/HscMain.hs')
-rw-r--r-- | compiler/main/HscMain.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/HscMain.hs b/compiler/main/HscMain.hs index b8bd76bedd..0f0ea4dc51 100644 --- a/compiler/main/HscMain.hs +++ b/compiler/main/HscMain.hs @@ -1119,7 +1119,7 @@ markUnsafeInfer tcg_env whyUnsafe = do mkPlainWarnMsg dflags (warnUnsafeOnLoc dflags) (whyUnsafe' dflags)) liftIO $ writeIORef (tcg_safeInfer tcg_env) (False, whyUnsafe) - -- NOTE: Only wipe trust when not in an explicity safe haskell mode. Other + -- NOTE: Only wipe trust when not in an explicitly safe haskell mode. Other -- times inference may be on but we are in Trustworthy mode -- so we want -- to record safe-inference failed but not wipe the trust dependencies. case safeHaskell dflags == Sf_None of |