diff options
Diffstat (limited to 'llvm/lib/Bytecode/Reader/ArchiveReader.cpp')
-rw-r--r-- | llvm/lib/Bytecode/Reader/ArchiveReader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bytecode/Reader/ArchiveReader.cpp b/llvm/lib/Bytecode/Reader/ArchiveReader.cpp index f631f2dc73a..6a3f7abf9b6 100644 --- a/llvm/lib/Bytecode/Reader/ArchiveReader.cpp +++ b/llvm/lib/Bytecode/Reader/ArchiveReader.cpp @@ -130,7 +130,7 @@ static bool ReadArchiveBuffer(const std::string &Filename, } -// ReadArchiveFile - Read bytecode files from the specfied .a file, returning +// ReadArchiveFile - Read bytecode files from the specified .a file, returning // true on error, or false on success. This does not support reading files from // standard input. // |