summaryrefslogtreecommitdiff
path: root/compiler/cmm/CmmParse.y
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2015-12-17 23:59:59 +0100
committerHerbert Valerio Riedel <hvr@gnu.org>2015-12-17 23:59:59 +0100
commit3dd06d5e710f1c64268eec2587c57bad46080636 (patch)
treee86841e4a44b949c5602d4be7b1a44deeae50b60 /compiler/cmm/CmmParse.y
parentc5c72aaf1bfd7fd8b1455ba0e64a313a68c837e3 (diff)
downloadhaskell-3dd06d5e710f1c64268eec2587c57bad46080636.tar.gz
Random typo fixes
[skip ci]
Diffstat (limited to 'compiler/cmm/CmmParse.y')
-rw-r--r--compiler/cmm/CmmParse.y2
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).
----------------------------------------------------------------------------- -}