diff options
author | Michael D. Adams <t-madams@microsoft.com> | 2007-06-19 08:58:34 +0000 |
---|---|---|
committer | Michael D. Adams <t-madams@microsoft.com> | 2007-06-19 08:58:34 +0000 |
commit | 6c6d815b809da869ce2d98e4edc1f6350876a898 (patch) | |
tree | b781881b0ecca7712f2ffacde0df0faae347605c /compiler/codeGen | |
parent | a91ec5663d1fe3b8198896b93df84abf6471ee30 (diff) | |
download | haskell-6c6d815b809da869ce2d98e4edc1f6350876a898.tar.gz |
Fixed typo in comment
Diffstat (limited to 'compiler/codeGen')
-rw-r--r-- | compiler/codeGen/CgCallConv.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/codeGen/CgCallConv.hs b/compiler/codeGen/CgCallConv.hs index 9f2c1bc19e..4b659b7ebd 100644 --- a/compiler/codeGen/CgCallConv.hs +++ b/compiler/codeGen/CgCallConv.hs @@ -290,7 +290,7 @@ getSequelAmode -- There are four kinds of things on the stack: -- -- - pointer variables (bound in the environment) --- - non-pointer variables (boudn in the environment) +-- - non-pointer variables (bound in the environment) -- - free slots (recorded in the stack free list) -- - non-pointer data slots (recorded in the stack free list) -- |