diff options
author | Gabor Greif <ggreif@gmail.com> | 2016-10-21 16:55:02 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2016-10-21 16:55:02 +0200 |
commit | ff225b4957ded752dc017446fccb9708a1f4ec56 (patch) | |
tree | 76ce7e931d23eff4bed0beb9d60f506dbc1fce96 /rts/ghc.mk | |
parent | c23dc6164d54eacc654516b885104dc8b7678f16 (diff) | |
download | haskell-ff225b4957ded752dc017446fccb9708a1f4ec56.tar.gz |
Typos in comments
Diffstat (limited to 'rts/ghc.mk')
-rw-r--r-- | rts/ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/ghc.mk b/rts/ghc.mk index 49eaab5be3..d3daec57ec 100644 --- a/rts/ghc.mk +++ b/rts/ghc.mk @@ -321,7 +321,7 @@ rts_HC_OPTS += -dcmm-lint # StgClosure, StgMVar, etc.), and without -fno-strict-aliasing gcc is # allowed to assume that these pointers do not alias. eg. without # this flag we get problems in sm/Evac.c:copy() with gcc 3.4.3, the -# upd_evacee() assigments get moved before the object copy. +# upd_evacuee() assignments get moved before the object copy. rts_CC_OPTS += -fno-strict-aliasing rts_CC_OPTS += -fno-common |