summaryrefslogtreecommitdiff
path: root/compiler/nativeGen
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-03-24 11:21:52 +0100
committerGabor Greif <ggreif@gmail.com>2017-03-24 11:46:35 +0100
commit1dd60ac9a949157da89d4e6e1f8203e746be58f3 (patch)
tree5b7ca1ae64fbb7b244657fc84b7fabd1efe80fc8 /compiler/nativeGen
parentfc41fdc6423b91eef52c1f4c73a9be5e9dea17b9 (diff)
downloadhaskell-1dd60ac9a949157da89d4e6e1f8203e746be58f3.tar.gz
Typos in comments (notes too) [ci skip]
Diffstat (limited to 'compiler/nativeGen')
-rw-r--r--compiler/nativeGen/RegAlloc/Graph/ArchBase.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nativeGen/RegAlloc/Graph/ArchBase.hs b/compiler/nativeGen/RegAlloc/Graph/ArchBase.hs
index 5731f18234..6771e4ecb9 100644
--- a/compiler/nativeGen/RegAlloc/Graph/ArchBase.hs
+++ b/compiler/nativeGen/RegAlloc/Graph/ArchBase.hs
@@ -27,7 +27,7 @@ import Unique
-- Some basic register classes.
--- These aren't nessesarally in 1-to-1 correspondance with the allocatable
+-- These aren't necessarily in 1-to-1 correspondence with the allocatable
-- RegClasses in MachRegs.hs
data RegClass
-- general purpose regs