summaryrefslogtreecommitdiff
path: root/rules
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 /rules
parent258c719599f78178c75b58d9c49e10e498cb7c48 (diff)
downloadhaskell-3211fa06744731ec117219fe50a304e952e072ef.tar.gz
Spelling in comments [ci skip]
Diffstat (limited to 'rules')
-rw-r--r--rules/hs-suffix-way-rules.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/hs-suffix-way-rules.mk b/rules/hs-suffix-way-rules.mk
index d7b452075f..b77806f42d 100644
--- a/rules/hs-suffix-way-rules.mk
+++ b/rules/hs-suffix-way-rules.mk
@@ -55,8 +55,8 @@ else
# needs to make a choice which of the above two implicit rules to follow (it
# never runs 2 recipes for the same target, unless double colon rules are
# used, which we don't), logically it will choose the first rule: Lexer.o will
-# depend on Lexer.hs in the build directory, that file will be build, and then
-# Lexer.o can be build.
+# depend on Lexer.hs in the build directory, that file will be built, and then
+# Lexer.o can be built.
#
# In an sdist however, Lexer.hs is present in the source directory. It was
# copied there during the creation of the sdist by a rule in
@@ -65,7 +65,7 @@ else
# building from sdist and 2) the sdist creation process renamed Lexer.x to
# Lexer.x.source. So normally make would now choose the second rule: Lexer.o
# will depend on Lexer.hs in the source directory, for which nothing needs to
-# be done, and then Lexer.o can be build.
+# be done, and then Lexer.o can be built.
#
# There is however another actor in play, a rule in sdist-ghc-file.mk, which
# after after instantiating with the same directory ($1=utils/genprimops) and