diff options
Diffstat (limited to 'lib/Bytecode/Reader/ArchiveReader.cpp')
-rw-r--r-- | lib/Bytecode/Reader/ArchiveReader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bytecode/Reader/ArchiveReader.cpp b/lib/Bytecode/Reader/ArchiveReader.cpp index f631f2dc73..6a3f7abf9b 100644 --- a/lib/Bytecode/Reader/ArchiveReader.cpp +++ b/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. // |