Fix "the the" and similar typos.
[oota-llvm.git] / include / llvm / Target / TargetRegisterInfo.h
index 90469601d35b0af54674eb6fbe3843c3d6a18bd0..65b60f7a9366aa92847a6ff837ed62e17e420c9b 100644 (file)
@@ -169,7 +169,7 @@ public:
     return I;
   }
 
-  /// hasSubClass - return true if the the specified TargetRegisterClass
+  /// hasSubClass - return true if the specified TargetRegisterClass
   /// is a proper subset of this TargetRegisterClass.
   bool hasSubClass(const TargetRegisterClass *cs) const {
     for (int i = 0; SubClasses[i] != NULL; ++i)