Comment typo.

llvm-svn: 97269
This commit is contained in:
Bill Wendling 2010-02-26 21:31:01 +00:00
parent 134a9dc114
commit fea6c4efc7
1 changed files with 1 additions and 1 deletions

View File

@ -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);