summaryrefslogtreecommitdiff
path: root/compiler/specialise/SpecConstr.hs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-01-17 17:39:33 +0100
committerGabor Greif <ggreif@gmail.com>2017-01-18 09:37:19 +0100
commite324e317caab06fda232636c32e8a60d9e888a9c (patch)
tree573d703e0c0dcb92d48e46b98145e9283905ee05 /compiler/specialise/SpecConstr.hs
parent2b61f52a0d0d636fb468756728c3ee0f5def8304 (diff)
downloadhaskell-e324e317caab06fda232636c32e8a60d9e888a9c.tar.gz
Typos in comments only [ci skip]
Diffstat (limited to 'compiler/specialise/SpecConstr.hs')
-rw-r--r--compiler/specialise/SpecConstr.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/specialise/SpecConstr.hs b/compiler/specialise/SpecConstr.hs
index 4aa7f04f5f..71d2d4b25d 100644
--- a/compiler/specialise/SpecConstr.hs
+++ b/compiler/specialise/SpecConstr.hs
@@ -210,7 +210,7 @@ This only makes sense if either
b) the type variable 'a' is an argument to f (and hence fs)
Actually, (a) may hold for value arguments too, in which case
-we may not want to pass them. Supose 'x' is in scope at f's
+we may not want to pass them. Suppose 'x' is in scope at f's
defn, but xs is not. Then we'd like
f_spec xs = let p = (:) [a] x xs in ....as before....