[llvm-commits] [llvm] r116804 - /llvm/trunk/lib/MC/MCParser/DarwinAsmParser.cpp

Bill Wendling isanbard at gmail.com
Tue Oct 19 03:18:23 PDT 2010


Author: void
Date: Tue Oct 19 05:18:23 2010
New Revision: 116804

URL: http://llvm.org/viewvc/llvm-project?rev=116804&view=rev
Log:
Fix spelling.

Modified:
    llvm/trunk/lib/MC/MCParser/DarwinAsmParser.cpp

Modified: llvm/trunk/lib/MC/MCParser/DarwinAsmParser.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/MC/MCParser/DarwinAsmParser.cpp?rev=116804&r1=116803&r2=116804&view=diff
==============================================================================
--- llvm/trunk/lib/MC/MCParser/DarwinAsmParser.cpp (original)
+++ llvm/trunk/lib/MC/MCParser/DarwinAsmParser.cpp Tue Oct 19 05:18:23 2010
@@ -305,7 +305,7 @@
   //
   // FIXME: This isn't really what 'as' does; I think it just uses the implicit
   // alignment on the section (e.g., if one manually inserts bytes into the
-  // section, then just issueing the section switch directive will not realign
+  // section, then just issuing the section switch directive will not realign
   // the section. However, this is arguably more reasonable behavior, and there
   // is no good reason for someone to intentionally emit incorrectly sized
   // values into the implicitly aligned sections.





More information about the llvm-commits mailing list