Fix comments.
authorBill Wendling <isanbard@gmail.com>
Fri, 26 Feb 2010 01:12:52 +0000 (01:12 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 26 Feb 2010 01:12:52 +0000 (01:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97200 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfException.cpp

index 99d235cf31b6a8b663d63e0fdf230dc36e4ea55b..24653f5b5211e2fd8930b033ac59537c792a8d92 100644 (file)
@@ -765,9 +765,9 @@ void DwarfException::EmitExceptionTable() {
     if (!TTypeBaseOverflow) {
       EmitULEB128(TTypeBaseOffset + SizeAlign, "@TType base offset");
     } else if (SizeAlign != 0) {
-      // If the new "offset + alignment" size doesn't require extra the same
-      // extra padding that the original one did, then we need to insert that
-      // padding ourselves.
+      // If the new "offset + alignment" size doesn't require the same extra
+      // padding that the original one did, then we need to insert that padding
+      // ourselves.
       EmitULEB128(TTypeBaseOffset + SizeAlign, "@TType base offset",
                   MCAsmInfo::getULEB128Size(TTypeBaseOffset + SizeAlign) !=
                   OffsetSize ? TTypeBaseOverflow : 0);