diff options
Diffstat (limited to 'lib/CodeGen/RegAlloc/RegClass.h')
-rw-r--r-- | lib/CodeGen/RegAlloc/RegClass.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/RegAlloc/RegClass.h b/lib/CodeGen/RegAlloc/RegClass.h index aa5b29da38..f99160d469 100644 --- a/lib/CodeGen/RegAlloc/RegClass.h +++ b/lib/CodeGen/RegAlloc/RegClass.h @@ -17,7 +17,7 @@ class TargetRegClassInfo; //----------------------------------------------------------------------------- // Class RegClass // -// Implements a machine independant register class. +// Implements a machine independent register class. // // This is the class that contains all data structures and common algos // for coloring a particular register class (e.g., int class, fp class). |