From: Ian Lynagh Date: Mon, 19 May 2008 09:41:26 +0000 (+0000) Subject: Fix a comment typo X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=9dbd1897ed02a3bdbeee41c0164b88569a053ff8 Fix a comment typo --- 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