diff options
author | Dan Gohman <gohman@apple.com> | 2010-03-30 20:04:57 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-03-30 20:04:57 +0000 |
commit | 4bb31bfaa3ed2495dd99304316344dbe54f1d756 (patch) | |
tree | 2391b28590f083286c32aff4e3711d630be4c69d /lib/Archive | |
parent | 1a5d2a8fa116c123bec6b0197c2d894e91f1f94b (diff) |
Fix a grammaro.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99917 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Archive')
-rw-r--r-- | lib/Archive/ArchiveWriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Archive/ArchiveWriter.cpp b/lib/Archive/ArchiveWriter.cpp index 58fbbf4414..a02601a4aa 100644 --- a/lib/Archive/ArchiveWriter.cpp +++ b/lib/Archive/ArchiveWriter.cpp @@ -220,7 +220,7 @@ Archive::writeMember( } // Now that we have the data in memory, update the - // symbol table if its a bitcode file. + // symbol table if it's a bitcode file. if (CreateSymbolTable && member.isBitcode()) { std::vector<std::string> symbols; std::string FullMemberName = archPath.str() + "(" + member.getPath().str() |