diff options
author | Gabor Greif <ggreif@gmail.com> | 2014-02-01 21:26:23 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2014-02-01 21:26:23 +0100 |
commit | d5fb6709df641010fb50bd120abd10257f4691b7 (patch) | |
tree | 06ee272eeb8df13ab0c058558bcebe9359da8461 /compiler/nativeGen/RegAlloc | |
parent | 78afa2078e474c9e8fd3d0f347c5652f296d5248 (diff) | |
download | haskell-d5fb6709df641010fb50bd120abd10257f4691b7.tar.gz |
Fix a popular typo in comments
Diffstat (limited to 'compiler/nativeGen/RegAlloc')
-rw-r--r-- | compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs b/compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs index df3c7d6d41..b5006ecfba 100644 --- a/compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs +++ b/compiler/nativeGen/RegAlloc/Graph/TrivColorable.hs @@ -30,7 +30,7 @@ import Panic -- (which are disjoint) ie. x86, x86_64 and ppc -- -- The number of allocatable regs is hard coded in here so we can do --- a fast comparision in trivColorable. +-- a fast comparison in trivColorable. -- -- It's ok if these numbers are _less_ than the actual number of free -- regs, but they can't be more or the register conflict |