diff options
| author | Gabor Greif <ggreif@gmail.com> | 2017-02-23 17:01:07 +0100 |
|---|---|---|
| committer | Gabor Greif <ggreif@gmail.com> | 2017-02-23 17:13:54 +0100 |
| commit | 9a2a2aef1c84292cc51719ee36e12c5723554efe (patch) | |
| tree | b70535bb3ff548014e24970d634be03c8769c7f3 /compiler/codeGen | |
| parent | 8a6b8c5fb96472d7c2e2cd1918950dd50f2fef71 (diff) | |
| download | haskell-9a2a2aef1c84292cc51719ee36e12c5723554efe.tar.gz | |
Spelling only [ci skip]
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 |
