summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/SPARC/CodeGen/Gen32.hs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2014-02-01 21:26:23 +0100
committerGabor Greif <ggreif@gmail.com>2014-02-01 21:26:23 +0100
commitd5fb6709df641010fb50bd120abd10257f4691b7 (patch)
tree06ee272eeb8df13ab0c058558bcebe9359da8461 /compiler/nativeGen/SPARC/CodeGen/Gen32.hs
parent78afa2078e474c9e8fd3d0f347c5652f296d5248 (diff)
downloadhaskell-d5fb6709df641010fb50bd120abd10257f4691b7.tar.gz
Fix a popular typo in comments
Diffstat (limited to 'compiler/nativeGen/SPARC/CodeGen/Gen32.hs')
-rw-r--r--compiler/nativeGen/SPARC/CodeGen/Gen32.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nativeGen/SPARC/CodeGen/Gen32.hs b/compiler/nativeGen/SPARC/CodeGen/Gen32.hs
index 43b792a840..df876b4622 100644
--- a/compiler/nativeGen/SPARC/CodeGen/Gen32.hs
+++ b/compiler/nativeGen/SPARC/CodeGen/Gen32.hs
@@ -606,7 +606,7 @@ coerceFlt2Dbl x = do
-- Condition Codes -------------------------------------------------------------
--
--- Evaluate a comparision, and get the result into a register.
+-- Evaluate a comparison, and get the result into a register.
--
-- Do not fill the delay slots here. you will confuse the register allocator.
--