comment typo
authorAndrew Trick <atrick@apple.com>
Sat, 31 Mar 2012 02:39:17 +0000 (02:39 +0000)
committerAndrew Trick <atrick@apple.com>
Sat, 31 Mar 2012 02:39:17 +0000 (02:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153796 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/CodeGenRegisters.cpp

index 73f0356ab0d833a585a637e3dc05d865d29bf75e..cdf20ff80832f9faf40878ffb58738528443b6ce 100644 (file)
@@ -88,7 +88,7 @@ const std::string &CodeGenRegister::getName() const {
   return TheDef->getName();
 }
 
-// Merge two RegUnitLists maintining the order and removing duplicates.
+// Merge two RegUnitLists maintaining the order and removing duplicates.
 // Overwrites MergedRU in the process.
 static void mergeRegUnits(CodeGenRegister::RegUnitList &MergedRU,
                           const CodeGenRegister::RegUnitList &RRU)