From bfef075140a76f85551515dbaba2151573c7d95c Mon Sep 17 00:00:00 2001 From: Cameron Zwarich Date: Wed, 29 Dec 2010 04:42:39 +0000 Subject: Add a missing word to a comment. llvm-svn: 122625 --- llvm/lib/CodeGen/RegAllocBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen') diff --git a/llvm/lib/CodeGen/RegAllocBase.h b/llvm/lib/CodeGen/RegAllocBase.h index 193c14460cc..a0416d27d84 100644 --- a/llvm/lib/CodeGen/RegAllocBase.h +++ b/llvm/lib/CodeGen/RegAllocBase.h @@ -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. // //===----------------------------------------------------------------------===// -- cgit v1.2.3