diff options
author | Gabor Greif <ggreif@gmail.com> | 2013-01-24 16:06:57 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2013-01-30 21:45:31 +0100 |
commit | 3e1745aa272077c98254ce9b79e62b92c40948a9 (patch) | |
tree | d9dca5075561442dafcf8bb3cb627dec7cc0a9e6 /compiler/iface/IfaceSyn.lhs | |
parent | a217e7a27a8d48095e2e276ed07a203254bf8743 (diff) | |
download | haskell-3e1745aa272077c98254ce9b79e62b92c40948a9.tar.gz |
typos
Diffstat (limited to 'compiler/iface/IfaceSyn.lhs')
-rw-r--r-- | compiler/iface/IfaceSyn.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/iface/IfaceSyn.lhs b/compiler/iface/IfaceSyn.lhs index d8b3b95d33..2cc0c63f4c 100644 --- a/compiler/iface/IfaceSyn.lhs +++ b/compiler/iface/IfaceSyn.lhs @@ -206,7 +206,7 @@ type IfaceAnnTarget = AnnTarget OccName -- We only serialise the IdDetails of top-level Ids, and even then -- we only need a very limited selection. Notably, none of the --- implicit ones are needed here, becuase they are not put it +-- implicit ones are needed here, because they are not put it -- interface files data IfaceIdDetails |