summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2013-09-16 12:09:37 +0200
committerGabor Greif <ggreif@gmail.com>2013-09-16 12:10:12 +0200
commit9ef384d6d013221451d0892d65e367246ad2d18f (patch)
tree307f03c91bacbb43668d17f3e1175b2219646da3 /compiler
parent85a9e2468dc74b9e5ccde0dd61be86219fd323a2 (diff)
downloadhaskell-9ef384d6d013221451d0892d65e367246ad2d18f.tar.gz
Comment typo only
Diffstat (limited to 'compiler')
-rw-r--r--compiler/typecheck/TcTypeNats.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/typecheck/TcTypeNats.hs b/compiler/typecheck/TcTypeNats.hs
index 3d3ebb9952..2ff083c418 100644
--- a/compiler/typecheck/TcTypeNats.hs
+++ b/compiler/typecheck/TcTypeNats.hs
@@ -345,7 +345,7 @@ interactTopLeq _ _ = []
{-------------------------------------------------------------------------------
-Interacton with inerts
+Interaction with inerts
-------------------------------------------------------------------------------}
interactInertAdd :: [Xi] -> Xi -> [Xi] -> Xi -> [Pair Type]