diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2015-12-17 23:59:59 +0100 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2015-12-17 23:59:59 +0100 |
commit | 3dd06d5e710f1c64268eec2587c57bad46080636 (patch) | |
tree | e86841e4a44b949c5602d4be7b1a44deeae50b60 /compiler/cmm/CmmParse.y | |
parent | c5c72aaf1bfd7fd8b1455ba0e64a313a68c837e3 (diff) | |
download | haskell-3dd06d5e710f1c64268eec2587c57bad46080636.tar.gz |
Random typo fixes
[skip ci]
Diffstat (limited to 'compiler/cmm/CmmParse.y')
-rw-r--r-- | compiler/cmm/CmmParse.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cmm/CmmParse.y b/compiler/cmm/CmmParse.y index 8aa3a79bc8..2cbb7b2a59 100644 --- a/compiler/cmm/CmmParse.y +++ b/compiler/cmm/CmmParse.y @@ -192,7 +192,7 @@ where info_ptr and field1..fieldN describe the stack frame, and arg1..argN are the arguments passed to f using the NativeNodeCall convention. Note if a field is longer than a word (e.g. a D_ on a 32-bit machine) then the call will push as many words as -necessary to the stack to accomodate it (e.g. 2). +necessary to the stack to accommodate it (e.g. 2). ----------------------------------------------------------------------------- -} |