diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-11-01 13:51:01 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-11-01 14:11:22 +0000 |
commit | dba4fa52ab9bfeadf69ddc6c56e23cbf9f8dd5da (patch) | |
tree | fe810b11894d22cf9811b67833f603f10e511caa /compiler/utils/UniqFM.lhs | |
parent | d7ca7af27f32bf51f46783538fd2fb542636b7a4 (diff) | |
download | haskell-dba4fa52ab9bfeadf69ddc6c56e23cbf9f8dd5da.tar.gz |
Fix typos
Diffstat (limited to 'compiler/utils/UniqFM.lhs')
-rw-r--r-- | compiler/utils/UniqFM.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/UniqFM.lhs b/compiler/utils/UniqFM.lhs index 7b5a7aae44..680300abd4 100644 --- a/compiler/utils/UniqFM.lhs +++ b/compiler/utils/UniqFM.lhs @@ -11,7 +11,7 @@ Basically, the things need to be in class @Uniquable@, and we use the (A similar thing to @UniqSet@, as opposed to @Set@.) The interface is based on @FiniteMap@s, but the implementation uses -@Data.IntMap@, which is both maitained and faster than the past +@Data.IntMap@, which is both maintained and faster than the past implementation (see commit log). The @UniqFM@ interface maps directly to Data.IntMap, only |