diff options
author | Krzysztof Gogolewski <krzysztof.gogolewski@tweag.io> | 2021-12-21 21:03:29 +0100 |
---|---|---|
committer | Krzysztof Gogolewski <krzysztof.gogolewski@tweag.io> | 2021-12-25 18:26:44 +0100 |
commit | e6191d39680351bc69dfb379386c4c5273971030 (patch) | |
tree | 9652e70935ff5460d9d0a1d3d6fb173ef5a844ee /rules | |
parent | 80daefce4ec1169ac3ef0552b8600c71527d84c2 (diff) | |
download | haskell-e6191d39680351bc69dfb379386c4c5273971030.tar.gz |
Fix typos
Diffstat (limited to 'rules')
-rw-r--r-- | rules/hs-suffix-way-rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/hs-suffix-way-rules.mk b/rules/hs-suffix-way-rules.mk index 286e04eee7..da3d368c0b 100644 --- a/rules/hs-suffix-way-rules.mk +++ b/rules/hs-suffix-way-rules.mk @@ -33,7 +33,7 @@ else # # The order in which implicit rules are defined can influence a build. # -# Case study: genprimpos/Lexer.hs +# Case study: genprimops/Lexer.hs # # We have two implicit rules for creating .o files, which after instantiating # with a specific directory ($1=utils/genprimops) and distdir ($2=dist) look |