From fea6c4efc7ed62a389ea79ff624e0213ad9ee7eb Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 26 Feb 2010 21:31:01 +0000 Subject: [PATCH] Comment typo. llvm-svn: 97269 --- llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp index 24653f5b5211..30b8dc6b6668 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp @@ -746,7 +746,7 @@ void DwarfException::EmitExceptionTable() { unsigned SizeAlign = (4 - TotalSize) & 3; if (HaveTTData) { - // Account for any extra padded that will be added to the call site table + // Account for any extra padding that will be added to the call site table // length. unsigned Offset = TTypeBaseOffset + SizeAlign; unsigned OffsetSize = MCAsmInfo::getULEB128Size(Offset);