aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-11-18 04:31:10 +0000
committerChris Lattner <sabre@nondot.org>2004-11-18 04:31:10 +0000
commit1a3a48776340c96df5df673df1c159391d1a1cb7 (patch)
tree55e4520d83fa187ce2bb581a0bdaee8eb5603172 /lib/CodeGen
parent365b95fbbc80c58d9d40a44b6d8a0330cc9d1bfe (diff)
Fix typeo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17938 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/LiveInterval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/LiveInterval.h b/lib/CodeGen/LiveInterval.h
index 55de7e38d8..d67e018b47 100644
--- a/lib/CodeGen/LiveInterval.h
+++ b/lib/CodeGen/LiveInterval.h
@@ -89,7 +89,7 @@ namespace llvm {
/// containing the specified position, or end() if the position is past the
/// end of the interval. If no LiveRange contains this position, but the
/// position is in a hole, this method returns an iterator pointing the the
- /// LiveRange immediately after the hold.
+ /// LiveRange immediately after the hole.
iterator advanceTo(iterator I, unsigned Pos) {
if (Pos >= endNumber())
return end();