aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/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 /include/llvm/CodeGen
parent365b95fbbc80c58d9d40a44b6d8a0330cc9d1bfe (diff)
downloadexternal_llvm-1a3a48776340c96df5df673df1c159391d1a1cb7.zip
external_llvm-1a3a48776340c96df5df673df1c159391d1a1cb7.tar.gz
external_llvm-1a3a48776340c96df5df673df1c159391d1a1cb7.tar.bz2
Fix typeo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17938 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r--include/llvm/CodeGen/LiveInterval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/LiveInterval.h b/include/llvm/CodeGen/LiveInterval.h
index 55de7e3..d67e018 100644
--- a/include/llvm/CodeGen/LiveInterval.h
+++ b/include/llvm/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();