summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Reader/ArchiveReader.cpp
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-09-11 22:34:13 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-09-11 22:34:13 +0000
commitacda7df68b64102131b4e302c80c842e0d30b870 (patch)
treefca53936883f10fc746d3af85c6f1f7642adef54 /llvm/lib/Bytecode/Reader/ArchiveReader.cpp
parentcce81be1e19c7125695bc673a3b69afa7fdb2f25 (diff)
downloadbcm5719-llvm-acda7df68b64102131b4e302c80c842e0d30b870.tar.gz
bcm5719-llvm-acda7df68b64102131b4e302c80c842e0d30b870.zip
Fixed spelling and grammar.
llvm-svn: 8489
Diffstat (limited to 'llvm/lib/Bytecode/Reader/ArchiveReader.cpp')
-rw-r--r--llvm/lib/Bytecode/Reader/ArchiveReader.cpp2
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.
//
OpenPOWER on IntegriCloud