diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2013-05-14 23:36:24 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2013-05-14 23:36:24 +0000 |
commit | da2ed458b4e7066fc414c403173b882ccc2c8833 (patch) | |
tree | 104dac618c3784879ff7e9cae90636ff04299596 /lib/MC/MCParser | |
parent | 3c2b0e171f02f2bd0c2506101a1d6e66d7e9bdee (diff) | |
download | external_llvm-da2ed458b4e7066fc414c403173b882ccc2c8833.zip external_llvm-da2ed458b4e7066fc414c403173b882ccc2c8833.tar.gz external_llvm-da2ed458b4e7066fc414c403173b882ccc2c8833.tar.bz2 |
Fix two typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181848 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCParser')
-rw-r--r-- | lib/MC/MCParser/AsmParser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MC/MCParser/AsmParser.cpp b/lib/MC/MCParser/AsmParser.cpp index edefdb4..f7c71e9 100644 --- a/lib/MC/MCParser/AsmParser.cpp +++ b/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) { |