summaryrefslogtreecommitdiff
path: root/lib/MC/MCParser/DarwinAsmParser.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-10-19 10:18:23 +0000
committerBill Wendling <isanbard@gmail.com>2010-10-19 10:18:23 +0000
commitcf2561d1116b00c7b33649ac6481490a119d5aae (patch)
tree2ff6597ff1fd030c0fe46534bd84dea283347df9 /lib/MC/MCParser/DarwinAsmParser.cpp
parent6b241160eddc96ec098c74a041a327d545df6ff7 (diff)
downloadllvm-cf2561d1116b00c7b33649ac6481490a119d5aae.tar.gz
llvm-cf2561d1116b00c7b33649ac6481490a119d5aae.tar.bz2
llvm-cf2561d1116b00c7b33649ac6481490a119d5aae.tar.xz
Fix spelling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116804 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCParser/DarwinAsmParser.cpp')
-rw-r--r--lib/MC/MCParser/DarwinAsmParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MC/MCParser/DarwinAsmParser.cpp b/lib/MC/MCParser/DarwinAsmParser.cpp
index 54ddb449b2..44f234566a 100644
--- a/lib/MC/MCParser/DarwinAsmParser.cpp
+++ b/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.