Add a missing word to a comment.
authorCameron Zwarich <zwarich@apple.com>
Wed, 29 Dec 2010 04:42:39 +0000 (04:42 +0000)
committerCameron Zwarich <zwarich@apple.com>
Wed, 29 Dec 2010 04:42:39 +0000 (04:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122625 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegAllocBase.h

index 193c14460ccb30f9f3eca72caa2c4d535dc47cca..a0416d27d8488111f6541063c3df4ce77803d0d7 100644 (file)
@@ -30,7 +30,7 @@
 // of registers, if a more sophisticated allocator chooses to do that.
 //
 // This framework provides a way to engineer the compile time vs. code
-// quality trade-off without relying a particular theoretical solver.
+// quality trade-off without relying on a particular theoretical solver.
 //
 //===----------------------------------------------------------------------===//