From 6c6d815b809da869ce2d98e4edc1f6350876a898 Mon Sep 17 00:00:00 2001 From: "Michael D. Adams" Date: Tue, 19 Jun 2007 08:58:34 +0000 Subject: [PATCH] Fixed typo in comment --- compiler/codeGen/CgCallConv.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- -- 1.7.10.4