Fix "the the" and similar typos.
[oota-llvm.git] / include / llvm / CodeGen / MachineConstantPool.h
index 8d6c1d1e4ca2c0f088ef981e8fb051aee0fe57da..e6698a525e161844a00aaf3217c48c51ce2c2fbc 100644 (file)
@@ -136,7 +136,7 @@ public:
     : TD(td), PoolAlignment(1) {}
   ~MachineConstantPool();
     
-  /// getConstantPoolAlignment - Return the the alignment required by
+  /// getConstantPoolAlignment - Return the alignment required by
   /// the whole constant pool, of which the first element must be aligned.
   unsigned getConstantPoolAlignment() const { return PoolAlignment; }