summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÖmer Sinan Ağacan <omeragacan@gmail.com>2018-01-15 13:51:02 -0500
committerBen Gamari <ben@smart-cactus.org>2018-01-15 13:53:46 -0500
commit78306b5396c77519318a409ff9514c48eeb52c63 (patch)
tree583032232b52ad885cdc16cefdf1d7c5bf15db2a
parent9f7edb95663d53a3544dcf27fe9c36b395818dfa (diff)
downloadhaskell-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
-rw-r--r--compiler/coreSyn/CoreLint.hs4
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 ()