Add a missing word to a comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122625 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Cameron Zwarich 2010-12-29 04:42:39 +00:00
parent caf1158b0f
commit 7fb95d4235

View 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.
//
//===----------------------------------------------------------------------===//