Fix typeo
authorChris Lattner <sabre@nondot.org>
Thu, 18 Nov 2004 04:31:10 +0000 (04:31 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 18 Nov 2004 04:31:10 +0000 (04:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17938 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/LiveInterval.h
lib/CodeGen/LiveInterval.h

index 55de7e38d84179958b9f56f46d0f7e93a9c07da9..d67e018b473adfdbef9793b84d6943baf566fc7d 100644 (file)
@@ -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();
index 55de7e38d84179958b9f56f46d0f7e93a9c07da9..d67e018b473adfdbef9793b84d6943baf566fc7d 100644 (file)
@@ -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();