summaryrefslogtreecommitdiff
path: root/compiler/main/SysTools.hs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-12-19 13:52:06 +0100
committerGabor Greif <ggreif@gmail.com>2017-12-19 14:35:03 +0100
commita100763cc5c6c9736a00ca57b2ec3c721311eecb (patch)
treede71d4f3c962713260557b63bb3a1f3688ac03ad /compiler/main/SysTools.hs
parent244d1441bbe9a8d5e83015c749d1339b8f7c7319 (diff)
downloadhaskell-a100763cc5c6c9736a00ca57b2ec3c721311eecb.tar.gz
Get rid of some stuttering in comments and docs
Diffstat (limited to 'compiler/main/SysTools.hs')
-rw-r--r--compiler/main/SysTools.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/SysTools.hs b/compiler/main/SysTools.hs
index dbc97a97de..4c162865ec 100644
--- a/compiler/main/SysTools.hs
+++ b/compiler/main/SysTools.hs
@@ -63,7 +63,7 @@ Note [How GHC finds toolchain utilities]
SysTools.initSysProgs figures out exactly where all the auxiliary programs
are, and initialises mutable variables to make it easy to call them.
-To to this, it makes use of definitions in Config.hs, which is a Haskell
+To do this, it makes use of definitions in Config.hs, which is a Haskell
file containing variables whose value is figured out by the build system.
Config.hs contains two sorts of things