From 9dbd1897ed02a3bdbeee41c0164b88569a053ff8 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 19 May 2008 09:41:26 +0000 Subject: [PATCH] Fix a comment typo --- compiler/typecheck/TcUnify.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/typecheck/TcUnify.lhs b/compiler/typecheck/TcUnify.lhs index 84d79f6..9d60cf5 100644 --- a/compiler/typecheck/TcUnify.lhs +++ b/compiler/typecheck/TcUnify.lhs @@ -84,7 +84,7 @@ tcInfer tc_infer = withBox openTypeKind tc_infer %************************************************************************ \begin{code} -subFunTys :: SDoc -- Somthing like "The function f has 3 arguments" +subFunTys :: SDoc -- Something like "The function f has 3 arguments" -- or "The abstraction (\x.e) takes 1 argument" -> Arity -- Expected # of args -> BoxyRhoType -- res_ty -- 1.7.10.4