Fixed typo in comment
authorMichael D. Adams <t-madams@microsoft.com>
Tue, 19 Jun 2007 08:58:34 +0000 (08:58 +0000)
committerMichael D. Adams <t-madams@microsoft.com>
Tue, 19 Jun 2007 08:58:34 +0000 (08:58 +0000)
compiler/codeGen/CgCallConv.hs

index 9f2c1bc..4b659b7 100644 (file)
@@ -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)
 --