summaryrefslogtreecommitdiff
path: root/compiler/specialise
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-02-10 09:12:12 +0100
committerGabor Greif <ggreif@gmail.com>2017-02-10 13:40:49 +0100
commit3211fa06744731ec117219fe50a304e952e072ef (patch)
tree40200b003357cfdb6bd436d51d3c2cb5bb86b62e /compiler/specialise
parent258c719599f78178c75b58d9c49e10e498cb7c48 (diff)
downloadhaskell-3211fa06744731ec117219fe50a304e952e072ef.tar.gz
Spelling in comments [ci skip]
Diffstat (limited to 'compiler/specialise')
-rw-r--r--compiler/specialise/Specialise.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/specialise/Specialise.hs b/compiler/specialise/Specialise.hs
index 2b4d9f5185..0090417669 100644
--- a/compiler/specialise/Specialise.hs
+++ b/compiler/specialise/Specialise.hs
@@ -145,7 +145,7 @@ becomes
fl
We still have recusion for non-overloaded functions which we
-speciailise, but the recursive call should get specialised to the
+specialise, but the recursive call should get specialised to the
same recursive version.