diff options
author | Krzysztof Gogolewski <krzysztof.gogolewski@tweag.io> | 2020-10-01 21:32:52 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-10-02 08:00:25 -0400 |
commit | a9ae83af9e0cf48e860f2b7e1d50a057cb8a7890 (patch) | |
tree | 3aa9de1ffd2ac471b14a0342a5a2e8bbba6f5a90 /compiler/GHC/Tc/Errors | |
parent | 1edd6d21c0abea34b498a627234a97df21648024 (diff) | |
download | haskell-a9ae83af9e0cf48e860f2b7e1d50a057cb8a7890.tar.gz |
Fix typos in comments
[skip ci]
Diffstat (limited to 'compiler/GHC/Tc/Errors')
-rw-r--r-- | compiler/GHC/Tc/Errors/Hole.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Tc/Errors/Hole.hs b/compiler/GHC/Tc/Errors/Hole.hs index 3ff2312903..b50ff2e804 100644 --- a/compiler/GHC/Tc/Errors/Hole.hs +++ b/compiler/GHC/Tc/Errors/Hole.hs @@ -601,7 +601,7 @@ findValidHoleFits tidy_env implics simples h@(Hole { hole_sort = ExprHole _ ; traceTc "findingValidHoleFitsFor }" empty ; return (tidy_env, vMsg $$ refMsg) } where - -- We extract the type, the tcLevel and the types free variables + -- We extract the type, the TcLevel and the types free variables -- from the constraint. hole_fvs :: FV hole_fvs = tyCoFVsOfType hole_ty |