diff options
author | Ömer Sinan Ağacan <omeragacan@gmail.com> | 2018-01-15 13:51:02 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-01-15 13:53:46 -0500 |
commit | 78306b5396c77519318a409ff9514c48eeb52c63 (patch) | |
tree | 583032232b52ad885cdc16cefdf1d7c5bf15db2a /compiler/coreSyn | |
parent | 9f7edb95663d53a3544dcf27fe9c36b395818dfa (diff) | |
download | haskell-78306b5396c77519318a409ff9514c48eeb52c63.tar.gz |
CoreLint: typo in a comment
Reviewers: bgamari, goldfire
Reviewed By: bgamari
Subscribers: rwbarton, thomie, carter
Differential Revision: https://phabricator.haskell.org/D4308
Diffstat (limited to 'compiler/coreSyn')
-rw-r--r-- | compiler/coreSyn/CoreLint.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/coreSyn/CoreLint.hs b/compiler/coreSyn/CoreLint.hs index 17fa980ec3..e866f0d3ec 100644 --- a/compiler/coreSyn/CoreLint.hs +++ b/compiler/coreSyn/CoreLint.hs @@ -202,8 +202,8 @@ points but not the RHSes of value bindings (thunks and functions). ************************************************************************ These functions are not CoreM monad stuff, but they probably ought to -be, and it makes a conveneint place. place for them. They print out -stuff before and after core passes, and do Core Lint when necessary. +be, and it makes a convenient place for them. They print out stuff +before and after core passes, and do Core Lint when necessary. -} endPass :: CoreToDo -> CoreProgram -> [CoreRule] -> CoreM () |