From a9ae83af9e0cf48e860f2b7e1d50a057cb8a7890 Mon Sep 17 00:00:00 2001 From: Krzysztof Gogolewski Date: Thu, 1 Oct 2020 21:32:52 +0200 Subject: Fix typos in comments [skip ci] --- compiler/GHC/Tc/Errors/Hole.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/GHC/Tc/Errors') 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 -- cgit v1.2.1