summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCParser/AsmParser.cpp
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2013-05-14 23:36:24 +0000
committerSylvestre Ledru <sylvestre@debian.org>2013-05-14 23:36:24 +0000
commit149e281aa82c0e6c17cf15308290499e347a6cee (patch)
tree35bd65f7f47d437b469bb001dc6353fc7c6ad9e9 /llvm/lib/MC/MCParser/AsmParser.cpp
parent773df4a11fab7484640ec4f42e27123c0f1ed0d6 (diff)
downloadbcm5719-llvm-149e281aa82c0e6c17cf15308290499e347a6cee.tar.gz
bcm5719-llvm-149e281aa82c0e6c17cf15308290499e347a6cee.zip
Fix two typo
llvm-svn: 181848
Diffstat (limited to 'llvm/lib/MC/MCParser/AsmParser.cpp')
-rw-r--r--llvm/lib/MC/MCParser/AsmParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCParser/AsmParser.cpp b/llvm/lib/MC/MCParser/AsmParser.cpp
index edefdb4c364..f7c71e97e36 100644
--- a/llvm/lib/MC/MCParser/AsmParser.cpp
+++ b/llvm/lib/MC/MCParser/AsmParser.cpp
@@ -545,7 +545,7 @@ bool AsmParser::EnterIncludeFile(const std::string &Filename) {
return false;
}
-/// Process the specified .incbin file by seaching for it in the include paths
+/// Process the specified .incbin file by searching for it in the include paths
/// then just emitting the byte contents of the file to the streamer. This
/// returns true on failure.
bool AsmParser::ProcessIncbinFile(const std::string &Filename) {
OpenPOWER on IntegriCloud