[lld] r192401 - Fix typo
Rui Ueyama
ruiu at google.com
Thu Oct 10 15:29:48 PDT 2013
Author: ruiu
Date: Thu Oct 10 17:29:48 2013
New Revision: 192401
URL: http://llvm.org/viewvc/llvm-project?rev=192401&view=rev
Log:
Fix typo
Modified:
lld/trunk/lib/ReaderWriter/PECOFF/ReaderCOFF.cpp
Modified: lld/trunk/lib/ReaderWriter/PECOFF/ReaderCOFF.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/lib/ReaderWriter/PECOFF/ReaderCOFF.cpp?rev=192401&r1=192400&r2=192401&view=diff
==============================================================================
--- lld/trunk/lib/ReaderWriter/PECOFF/ReaderCOFF.cpp (original)
+++ lld/trunk/lib/ReaderWriter/PECOFF/ReaderCOFF.cpp Thu Oct 10 17:29:48 2013
@@ -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.
More information about the llvm-commits
mailing list