diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-02-08 14:14:36 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-02-09 13:14:17 +0100 |
commit | e8f5efb55b694f70542d22d5c3aaf92222ccd973 (patch) | |
tree | 57f265e9826ce6ff8542ce4ebd8c73c630dbf0e2 /compiler/codeGen | |
parent | b9bebd8cedccd7e8dd6df89b5504cd8f1e7a675b (diff) | |
download | haskell-e8f5efb55b694f70542d22d5c3aaf92222ccd973.tar.gz |
Tweaks and typos in manual, note refs, comments
Diffstat (limited to 'compiler/codeGen')
-rw-r--r-- | compiler/codeGen/StgCmmCon.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/codeGen/StgCmmCon.hs b/compiler/codeGen/StgCmmCon.hs index 3a615f750f..a76b8cc0a0 100644 --- a/compiler/codeGen/StgCmmCon.hs +++ b/compiler/codeGen/StgCmmCon.hs @@ -174,7 +174,7 @@ Now for @Char@-like closures. We generate an assignment of the address of the closure to a temporary. It would be possible simply to generate no code, and record the addressing mode in the environment, but we'd have to be careful if the argument wasn't a constant --- so -for simplicity we just always asssign to a temporary. +for simplicity we just always assign to a temporary. Last special case: @Int@-like closures. We only special-case the situation in which the argument is a literal in the range |