diff options
author | Gabor Greif <ggreif@gmail.com> | 2018-01-17 14:05:48 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2018-01-17 14:14:53 +0100 |
commit | c65104e1a6875f7879db87877848cc35363c1bf3 (patch) | |
tree | ac290e4dc3ccd778d9e6565ffd73e93dc6d2d288 /mk/warnings.mk | |
parent | cf2c029ccdb967441c85ffb66073974fbdb20c20 (diff) | |
download | haskell-c65104e1a6875f7879db87877848cc35363c1bf3.tar.gz |
Typos in comments
Diffstat (limited to 'mk/warnings.mk')
-rw-r--r-- | mk/warnings.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/warnings.mk b/mk/warnings.mk index 69990a75c5..9426db2a1d 100644 --- a/mk/warnings.mk +++ b/mk/warnings.mk @@ -11,8 +11,8 @@ SRC_HC_OPTS += -Wall SRC_HC_OPTS_STAGE1 += $(WERROR) SRC_HC_OPTS_STAGE2 += $(WERROR) -# Enable -Wcpp-undef for GHC components only as we don't (currently) expect core -# libraries to build in this configuration (see #13636). +# Enable -Wcpp-undef for GHC components only, as we don't (currently) expect +# core libraries to build in this configuration (see #13636). GhcRtsHcOpts += -Wcpp-undef GhcStage1HcOpts += -Wcpp-undef GhcStage2HcOpts += -Wcpp-undef |