[commit: ghc] master: CoreLint: typo in a comment (78306b5)
git at git.haskell.org
git at git.haskell.org
Mon Jan 15 19:22:27 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/78306b5396c77519318a409ff9514c48eeb52c63/ghc
>---------------------------------------------------------------
commit 78306b5396c77519318a409ff9514c48eeb52c63
Author: Ömer Sinan Ağacan <omeragacan at gmail.com>
Date: Mon Jan 15 13:51:02 2018 -0500
CoreLint: typo in a comment
Reviewers: bgamari, goldfire
Reviewed By: bgamari
Subscribers: rwbarton, thomie, carter
Differential Revision: https://phabricator.haskell.org/D4308
>---------------------------------------------------------------
78306b5396c77519318a409ff9514c48eeb52c63
compiler/coreSyn/CoreLint.hs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/compiler/coreSyn/CoreLint.hs b/compiler/coreSyn/CoreLint.hs
index 17fa980..e866f0d 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 ()
More information about the ghc-commits
mailing list