aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/RegAllocBase.h
diff options
context:
space:
mode:
authorCameron Zwarich <zwarich@apple.com>2010-12-29 04:42:39 +0000
committerCameron Zwarich <zwarich@apple.com>2010-12-29 04:42:39 +0000
commit7fb95d4235ad588d4105544b2ae3fa1aa0eba3b1 (patch)
treecca8354c3bd3f845af77ca6375ac5ac8ff3a7dc7 /lib/CodeGen/RegAllocBase.h
parentcaf1158b0f4ee5bd1bfc2c275e95e6fbb359df9d (diff)
downloadexternal_llvm-7fb95d4235ad588d4105544b2ae3fa1aa0eba3b1.zip
external_llvm-7fb95d4235ad588d4105544b2ae3fa1aa0eba3b1.tar.gz
external_llvm-7fb95d4235ad588d4105544b2ae3fa1aa0eba3b1.tar.bz2
Add a missing word to a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122625 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAllocBase.h')
-rw-r--r--lib/CodeGen/RegAllocBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/RegAllocBase.h b/lib/CodeGen/RegAllocBase.h
index 193c144..a0416d2 100644
--- a/lib/CodeGen/RegAllocBase.h
+++ b/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.
//
//===----------------------------------------------------------------------===//