[llvm-commits] [llvm] r97269 - /llvm/trunk/lib/CodeGen/AsmPrinter/DwarfException.cpp

Bill Wendling isanbard at gmail.com
Fri Feb 26 13:31:01 PST 2010


Author: void
Date: Fri Feb 26 15:31:01 2010
New Revision: 97269

URL: http://llvm.org/viewvc/llvm-project?rev=97269&view=rev
Log:
Comment typo.

Modified:
    llvm/trunk/lib/CodeGen/AsmPrinter/DwarfException.cpp

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfException.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfException.cpp?rev=97269&r1=97268&r2=97269&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfException.cpp (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfException.cpp Fri Feb 26 15:31:01 2010
@@ -746,7 +746,7 @@
   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);





More information about the llvm-commits mailing list