From: Michael D. Adams Date: Tue, 19 Jun 2007 08:58:34 +0000 (+0000) Subject: Fixed typo in comment X-Git-Tag: Before_type_family_merge~620 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=6c6d815b809da869ce2d98e4edc1f6350876a898 Fixed typo in comment --- diff --git a/compiler/codeGen/CgCallConv.hs b/compiler/codeGen/CgCallConv.hs index 9f2c1bc..4b659b7 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) --