From cf972ff7cb9576667d72b1b165f98baceb5bb927 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 18 Nov 2004 04:31:10 +0000 Subject: Fix typeo llvm-svn: 17938 --- llvm/lib/CodeGen/LiveInterval.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen') diff --git a/llvm/lib/CodeGen/LiveInterval.h b/llvm/lib/CodeGen/LiveInterval.h index 55de7e38d84..d67e018b473 100644 --- a/llvm/lib/CodeGen/LiveInterval.h +++ b/llvm/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(); -- cgit v1.2.3