diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-01-05 11:41:44 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-01-09 16:26:25 +0100 |
commit | a8a714ea6787f5717ca3ddf0f81ebba8d7ccca4d (patch) | |
tree | b65d0e13c92aba0d9a5b34b6df3d9165c5cbee65 /compiler/simplStg | |
parent | 7d2e5da61714025142f0085d5ae150a61e637a5e (diff) | |
download | haskell-a8a714ea6787f5717ca3ddf0f81ebba8d7ccca4d.tar.gz |
Typos in comments (and in a test)
Diffstat (limited to 'compiler/simplStg')
-rw-r--r-- | compiler/simplStg/StgCse.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/simplStg/StgCse.hs b/compiler/simplStg/StgCse.hs index f09b823fe2..7454d24a2c 100644 --- a/compiler/simplStg/StgCse.hs +++ b/compiler/simplStg/StgCse.hs @@ -86,7 +86,7 @@ import Control.Monad( (>=>) ) -- The Trie -- -------------- --- A lookup trie for data constructor appliations, i.e. +-- A lookup trie for data constructor applications, i.e. -- keys of type `(DataCon, [StgArg])`, following the patterns in TrieMap. data StgArgMap a = SAM |