diff options
author | Bill Wendling <isanbard@gmail.com> | 2010-10-19 10:18:23 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2010-10-19 10:18:23 +0000 |
commit | 5391eb61fb5adcecfd99d9b2ad43af10b69a7773 (patch) | |
tree | 04db85d322409f036dfbaf8024a3175aee0b193d /llvm/lib | |
parent | 06067c556a0beb136bf3bb62f478269f67701486 (diff) | |
download | bcm5719-llvm-5391eb61fb5adcecfd99d9b2ad43af10b69a7773.tar.gz bcm5719-llvm-5391eb61fb5adcecfd99d9b2ad43af10b69a7773.zip |
Fix spelling.
llvm-svn: 116804
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/MC/MCParser/DarwinAsmParser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCParser/DarwinAsmParser.cpp b/llvm/lib/MC/MCParser/DarwinAsmParser.cpp index 54ddb449b28..44f234566af 100644 --- a/llvm/lib/MC/MCParser/DarwinAsmParser.cpp +++ b/llvm/lib/MC/MCParser/DarwinAsmParser.cpp @@ -305,7 +305,7 @@ bool DarwinAsmParser::ParseSectionSwitch(const char *Segment, // // 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. |