Fix "the the" and similar typos.
[oota-llvm.git] / include / llvm / CodeGen / LiveInterval.h
index e31a7f0a25be4a7a3eaa99ee46743226cbb2ec2f..3d6c9bcd08450d626fb29a39198e06449f0b923f 100644 (file)
@@ -320,7 +320,7 @@ namespace llvm {
     /// advanceTo - Advance the specified iterator to point to the LiveRange
     /// 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
+    /// position is in a hole, this method returns an iterator pointing the
     /// LiveRange immediately after the hole.
     iterator advanceTo(iterator I, SlotIndex Pos) {
       if (Pos >= endIndex())