1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

Add a missing word to a comment.

llvm-svn: 122625
This commit is contained in:
Cameron Zwarich 2010-12-29 04:42:39 +00:00
parent 7b1b3f5d82
commit 292870da06

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