summaryrefslogtreecommitdiff
path: root/compiler/simplCore
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2016-07-26 00:34:48 +0200
committerGabor Greif <ggreif@gmail.com>2016-07-26 00:34:48 +0200
commit1967d74417759ba9228100a8fed715d99b9e6d5a (patch)
treece601baa23017300354a8195c8a6fbf40e2276ca /compiler/simplCore
parent4036c1f110578f8e2813295116b79a5a06e2bf59 (diff)
downloadhaskell-1967d74417759ba9228100a8fed715d99b9e6d5a.tar.gz
Some typos in comments
Diffstat (limited to 'compiler/simplCore')
-rw-r--r--compiler/simplCore/Simplify.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/simplCore/Simplify.hs b/compiler/simplCore/Simplify.hs
index 7138d894e0..8bc5dc4c58 100644
--- a/compiler/simplCore/Simplify.hs
+++ b/compiler/simplCore/Simplify.hs
@@ -590,7 +590,7 @@ makeTrivialWithInfo top_lvl env context info expr
; env' <- completeNonRecX top_lvl env False var var expr
; expr' <- simplVar env' var
; return (env', expr') }
- -- The simplVar is needed becase we're constructing a new binding
+ -- The simplVar is needed because we're constructing a new binding
-- a = rhs
-- And if rhs is of form (rhs1 |> co), then we might get
-- a1 = rhs1