llvm-svn: 192401
This commit is contained in:
Rui Ueyama 2013-10-10 22:29:48 +00:00
parent e65c0feb76
commit b916e84672
1 changed files with 1 additions and 1 deletions

View File

@ -726,7 +726,7 @@ public:
error_code parseFile(std::unique_ptr<MemoryBuffer> &mb,
std::vector<std::unique_ptr<File> > &result) const {
StringRef magic(mb->getBufferStart(), mb->getBufferSize());
// The input file should be an archive file, a regular COFF file, or an an
// The input file should be an archive file, a regular COFF file, or an
// import library member file. Try to parse in that order. If the input file
// does not start with a known magic, parseCOFFImportLibrary will return an
// error object.