diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-03-24 11:21:52 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-03-24 11:46:35 +0100 |
commit | 1dd60ac9a949157da89d4e6e1f8203e746be58f3 (patch) | |
tree | 5b7ca1ae64fbb7b244657fc84b7fabd1efe80fc8 /compiler/nativeGen | |
parent | fc41fdc6423b91eef52c1f4c73a9be5e9dea17b9 (diff) | |
download | haskell-1dd60ac9a949157da89d4e6e1f8203e746be58f3.tar.gz |
Typos in comments (notes too) [ci skip]
Diffstat (limited to 'compiler/nativeGen')
-rw-r--r-- | compiler/nativeGen/RegAlloc/Graph/ArchBase.hs | 2 |
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 |