[commit: ghc] master: Typo in comment (315fff6)

git at git.haskell.org git at git.haskell.org
Mon May 12 22:39:16 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/315fff63c67ff160578803914a4ada946399270f/ghc

>---------------------------------------------------------------

commit 315fff63c67ff160578803914a4ada946399270f
Author: Gabor Greif <ggreif at gmail.com>
Date:   Tue May 13 00:38:19 2014 +0200

    Typo in comment


>---------------------------------------------------------------

315fff63c67ff160578803914a4ada946399270f
 compiler/deSugar/Check.lhs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/deSugar/Check.lhs b/compiler/deSugar/Check.lhs
index c0fe9c0..fc3150d 100644
--- a/compiler/deSugar/Check.lhs
+++ b/compiler/deSugar/Check.lhs
@@ -123,7 +123,7 @@ untidy_message :: (Name, [HsLit]) -> (Name, [HsLit])
 untidy_message (string, lits) = (string, map untidy_lit lits)
 \end{code}
 
-The function @untidy@ does the reverse work of the @tidy_pat@ funcion.
+The function @untidy@ does the reverse work of the @tidy_pat@ function.
 
 \begin{code}
 



More information about the ghc-commits mailing list