diff options
author | Gabor Greif <ggreif@gmail.com> | 2013-09-16 12:09:37 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2013-09-16 12:10:12 +0200 |
commit | 9ef384d6d013221451d0892d65e367246ad2d18f (patch) | |
tree | 307f03c91bacbb43668d17f3e1175b2219646da3 /compiler | |
parent | 85a9e2468dc74b9e5ccde0dd61be86219fd323a2 (diff) | |
download | haskell-9ef384d6d013221451d0892d65e367246ad2d18f.tar.gz |
Comment typo only
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/typecheck/TcTypeNats.hs | 2 |
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] |