diff options
author | Michael D. Adams <adamsmd@cs.indiana.edu> | 2007-07-16 18:29:06 +0000 |
---|---|---|
committer | Michael D. Adams <adamsmd@cs.indiana.edu> | 2007-07-16 18:29:06 +0000 |
commit | c23fe488fc0c4b019a2dc3186106e4654b5f5107 (patch) | |
tree | 91e6c21c76c28568ef5b62649e51169219a1ceb6 /compiler/codeGen | |
parent | 41fea58220e763fcd55830a11a37ff44f21e4358 (diff) | |
download | haskell-c23fe488fc0c4b019a2dc3186106e4654b5f5107.tar.gz |
Typo fix in comment
Diffstat (limited to 'compiler/codeGen')
-rw-r--r-- | compiler/codeGen/CgUtils.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/codeGen/CgUtils.hs b/compiler/codeGen/CgUtils.hs index 02f53c2454..c66fc9ebdd 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 -- ------------------------------------------------------------------------- |