diff options
Diffstat (limited to 'compiler/codeGen')
-rw-r--r-- | compiler/codeGen/StgCmmExpr.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/codeGen/StgCmmExpr.hs b/compiler/codeGen/StgCmmExpr.hs index 9e1d7fa37f..395e8d6fa6 100644 --- a/compiler/codeGen/StgCmmExpr.hs +++ b/compiler/codeGen/StgCmmExpr.hs @@ -693,7 +693,7 @@ cgConApp con stg_args -- con args are always non-void, -- see Note [Post-unarisation invariants] in UnariseStg -- The first "con" says that the name bound to this - -- closure is is "con", which is a bit of a fudge, but + -- closure is "con", which is a bit of a fudge, but -- it only affects profiling (hence the False) ; emit =<< fcode_init |