Fix "the the" and similar typos.
[oota-llvm.git] / include / llvm / CodeGen / MachineFunction.h
index ea31627c84ca0b20a47ef18922926b9c72a5e465..3c5b466da7bdb70d55a4c7de4e1c0d63b5f96dad 100644 (file)
@@ -330,7 +330,7 @@ public:
                                    bool NoImp = false);
 
   /// CloneMachineInstr - Create a new MachineInstr which is a copy of the
-  /// 'Orig' instruction, identical in all ways except the the instruction
+  /// 'Orig' instruction, identical in all ways except the instruction
   /// has no parent, prev, or next.
   ///
   /// See also TargetInstrInfo::duplicate() for target-specific fixes to cloned