Comment cleanup.
authorEric Christopher <echristo@apple.com>
Thu, 26 May 2011 22:54:27 +0000 (22:54 +0000)
committerEric Christopher <echristo@apple.com>
Thu, 26 May 2011 22:54:27 +0000 (22:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132162 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineOperand.h

index d506e17e70608e1aa411359b92130871ffb6ef69..140c6e89ffab0f35260405e664a88dad2da38203 100644 (file)
@@ -94,8 +94,8 @@ private:
   /// not a real instruction.  Such uses should be ignored during codegen.
   bool IsDebug : 1;
 
-  /// SmallContents - Thisreally should be part of the Contents union, but lives
-  /// out here so we can get a better packed struct.
+  /// SmallContents - This really should be part of the Contents union, but
+  /// lives out here so we can get a better packed struct.
   /// MO_Register: Register number.
   /// OffsetedInfo: Low bits of offset.
   union {