From c23fe488fc0c4b019a2dc3186106e4654b5f5107 Mon Sep 17 00:00:00 2001 From: "Michael D. Adams" Date: Mon, 16 Jul 2007 18:29:06 +0000 Subject: [PATCH] Typo fix in comment --- compiler/codeGen/CgUtils.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/codeGen/CgUtils.hs b/compiler/codeGen/CgUtils.hs index 02f53c2..c66fc9e 100644 --- a/compiler/codeGen/CgUtils.hs +++ b/compiler/codeGen/CgUtils.hs @@ -484,7 +484,7 @@ baseRegOffset _ = panic "baseRegOffset:other" ------------------------------------------------------------------------- -- --- Strings gnerate a top-level data block +-- Strings generate a top-level data block -- ------------------------------------------------------------------------- -- 1.7.10.4