From: Chris Lattner Date: Thu, 18 Nov 2004 04:31:10 +0000 (+0000) Subject: Fix typeo X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1a3a48776340c96df5df673df1c159391d1a1cb7;p=oota-llvm.git Fix typeo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17938 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/LiveInterval.h b/include/llvm/CodeGen/LiveInterval.h index 55de7e38d84..d67e018b473 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(); diff --git a/lib/CodeGen/LiveInterval.h b/lib/CodeGen/LiveInterval.h index 55de7e38d84..d67e018b473 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();