diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-05-23 12:08:25 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-05-23 17:00:02 +0200 |
commit | 0b4b4a346e6922dafb073693593d55c7e87be9ca (patch) | |
tree | 0e9f72523430998b44225c7600999a983e971004 /mk/config.mk.in | |
parent | a29132e9248e39a45673b5c146341d9f4947dacd (diff) | |
download | haskell-0b4b4a346e6922dafb073693593d55c7e87be9ca.tar.gz |
Typos in comments and manual [ci skip]
Diffstat (limited to 'mk/config.mk.in')
-rw-r--r-- | mk/config.mk.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index b2a9569d39..189439ec7c 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -893,7 +893,7 @@ GMP_LIB_DIRS = @GMP_LIB_DIRS@ CURSES_INCLUDE_DIRS = @CURSES_INCLUDE_DIRS@ CURSES_LIB_DIRS = @CURSES_LIB_DIRS@ -# See Note [Disable -O2 in unregisteride mode] +# See Note [Disable -O2 in unregisterised mode] # Be careful: 'GhcUnregisterised' should be defined earlier in this file. ifeq "$(GhcUnregisterised)" "YES" GhcStage1HcOpts= @@ -903,8 +903,8 @@ GhcStage3HcOpts= GhcLibHcOpts= endif -# Note [Disable -O2 in unregisteride mode] -# Disable -O2 optimization in uregisterised more. Otherwise amount +# Note [Disable -O2 in unregisterised mode] +# Disable -O2 optimization in unregisterised mode. Otherwise amount # of generated C code # makes things very slow to compile (~5 minutes # on core-i7 for 'compiler/hsSyn/HsExpr.hs') and sometimes not compile # at all: powerpc64 overflows TOC section on 'compiler/hsSyn/HsExpr.hs' |