Fix several comments which had previously been "the the" where a
[oota-llvm.git] / include / llvm / CodeGen / MachineCodeEmitter.h
index 115aecc2b23f7c996d49019780cfbcff4be9d63a..48b4082ef9a5805b9769bfc5dd80323be939da21 100644 (file)
@@ -155,7 +155,7 @@ public:
     }
   }
 
-  /// emitAlignment - Move the CurBufferPtr pointer up the specified
+  /// emitAlignment - Move the CurBufferPtr pointer up to the specified
   /// alignment (saturated to BufferEnd of course).
   void emitAlignment(unsigned Alignment) {
     if (Alignment == 0) Alignment = 1;