summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-02-26 21:31:01 +0000
committerBill Wendling <isanbard@gmail.com>2010-02-26 21:31:01 +0000
commit6507eca124883c90cc300c1ff344f79a8b4181a5 (patch)
tree5d9f5714b2ea77ff11ec5e6746e74105aa3d53ef
parent68e326689dc1d55f9bd2829bb91771fcec299c3b (diff)
downloadllvm-6507eca124883c90cc300c1ff344f79a8b4181a5.tar.gz
llvm-6507eca124883c90cc300c1ff344f79a8b4181a5.tar.bz2
llvm-6507eca124883c90cc300c1ff344f79a8b4181a5.tar.xz
Comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97269 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfException.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfException.cpp b/lib/CodeGen/AsmPrinter/DwarfException.cpp
index 24653f5b52..30b8dc6b66 100644
--- a/lib/CodeGen/AsmPrinter/DwarfException.cpp
+++ b/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);