From 4da7b4ae7d6344d5ab6a1eafe39d04d850183a4a Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Sat, 4 Jun 2011 11:10:49 +0100 Subject: [PATCH] comment typo --- compiler/typecheck/TcRnDriver.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/typecheck/TcRnDriver.lhs b/compiler/typecheck/TcRnDriver.lhs index 7af30ba..6850846 100644 --- a/compiler/typecheck/TcRnDriver.lhs +++ b/compiler/typecheck/TcRnDriver.lhs @@ -246,7 +246,7 @@ tcRnImports hsc_env this_mod import_decls -- found. ; loadOrphanModules (imp_orphs imports) False - -- Check type-familily consistency + -- Check type-family consistency ; traceRn (text "rn1: checking family instance consistency") ; let { dir_imp_mods = moduleEnvKeys . imp_mods -- 1.7.10.4