diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-09-11 22:34:13 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-09-11 22:34:13 +0000 |
commit | 37f92e25689bacd2308c92f33d01163478cf5ad1 (patch) | |
tree | 8f4ebfd4ceb92c20cb91f8fdd79f055b46bba570 /lib/Bytecode/Reader/ArchiveReader.cpp | |
parent | 515c97c2301ac56f00f3acc443fc823e3153942e (diff) |
Fixed spelling and grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8489 91177308-0d34-0410-b5e6-96231b3b80d8
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. // |