summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
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
commitfea6c4efc7ed62a389ea79ff624e0213ad9ee7eb (patch)
treedc14bcfcc81d5ced7f0e8c91638f4d1bd0ef144c /llvm/lib/CodeGen
parent134a9dc114a690e75dd1d3a8b47fe7e86a050b82 (diff)
downloadbcm5719-llvm-fea6c4efc7ed62a389ea79ff624e0213ad9ee7eb.tar.gz
bcm5719-llvm-fea6c4efc7ed62a389ea79ff624e0213ad9ee7eb.zip
Comment typo.
llvm-svn: 97269
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
index 24653f5b521..30b8dc6b666 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);
OpenPOWER on IntegriCloud