From ff225b4957ded752dc017446fccb9708a1f4ec56 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Fri, 21 Oct 2016 16:55:02 +0200 Subject: Typos in comments --- rts/ghc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rts/ghc.mk') 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 -- cgit v1.2.1