summaryrefslogtreecommitdiff
path: root/compiler/main/GhcMake.hs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2016-12-16 14:00:15 +0100
committerGabor Greif <ggreif@gmail.com>2016-12-16 14:00:15 +0100
commited4cf039092a8cc5bea78dedb845f8e2db3f49b8 (patch)
tree72b95e4653413d133b77ec2cf8b2bbaac0d2e487 /compiler/main/GhcMake.hs
parent6fecb2a4dec6d1a4bfb5655ef5fc2a3e475954a4 (diff)
downloadhaskell-ed4cf039092a8cc5bea78dedb845f8e2db3f49b8.tar.gz
Typos in comments
Diffstat (limited to 'compiler/main/GhcMake.hs')
-rw-r--r--compiler/main/GhcMake.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/GhcMake.hs b/compiler/main/GhcMake.hs
index aa50c3afbc..6b103c9e1b 100644
--- a/compiler/main/GhcMake.hs
+++ b/compiler/main/GhcMake.hs
@@ -479,7 +479,7 @@ guessOutputFile = modifySession $ \env ->
name_exe = do
#if defined(mingw32_HOST_OS)
- -- we must add the .exe extention unconditionally here, otherwise
+ -- we must add the .exe extension unconditionally here, otherwise
-- when name has an extension of its own, the .exe extension will
-- not be added by DriverPipeline.exeFileName. See #2248
name' <- fmap (<.> "exe") name