diff options
author | Gabor Greif <ggreif@gmail.com> | 2012-11-30 15:18:43 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2012-11-30 15:22:36 +0100 |
commit | d53e222b16c5dc6971e6173f8d9e5dbced68265d (patch) | |
tree | fbe3b70319fe171c392bdd2ce10eb96d8c96b375 /compiler/iface/IfaceSyn.lhs | |
parent | e305fc74c22ff40d345780e418da0056eb3720df (diff) | |
download | haskell-d53e222b16c5dc6971e6173f8d9e5dbced68265d.tar.gz |
typo
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 06c7b67ba6..2f827ca2bd 100644 --- a/compiler/iface/IfaceSyn.lhs +++ b/compiler/iface/IfaceSyn.lhs @@ -213,7 +213,7 @@ data IfaceIdInfo -- (In earlier GHCs we used to drop IdInfo immediately on reading, -- but we do not do that now. Instead it's discarded when the -- ModIface is read into the various decl pools.) --- * The version comparsion sees that new (=NoInfo) differs from old (=HasInfo *) +-- * The version comparison sees that new (=NoInfo) differs from old (=HasInfo *) -- and so gives a new version. data IfaceInfoItem |