summaryrefslogtreecommitdiff
path: root/compiler/specialise/SpecConstr.hs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2016-03-30 11:04:37 +0200
committerGabor Greif <ggreif@gmail.com>2016-03-30 11:04:37 +0200
commita76e6f55c28a176c175b45b7279a1d20286bf56b (patch)
treed8d984e9853e6b9299886bf624539a844a2e7242 /compiler/specialise/SpecConstr.hs
parentcb9a1e6875ac636f7c150ffacc272a2594a192dc (diff)
downloadhaskell-a76e6f55c28a176c175b45b7279a1d20286bf56b.tar.gz
Typos in non-code
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 218f8ce28e..5b8edb058e 100644
--- a/compiler/specialise/SpecConstr.hs
+++ b/compiler/specialise/SpecConstr.hs
@@ -1764,7 +1764,7 @@ Note [Strictness information in worker binders]
After having calculated the strictness annotation for the worker (see Note
[Transfer strictness] above), we also want to have this information attached to
the worker’s arguments, for the benefit of later passes. The function
-handOutStrictnessInformation decomposes the stricntess annotation calculated by
+handOutStrictnessInformation decomposes the strictness annotation calculated by
calcSpecStrictness and attaches them to the variables.
************************************************************************