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 | 41dc51c55a53530dd3b0c4be96b213938b480a09 (patch) | |
tree | 2391b28590f083286c32aff4e3711d630be4c69d /lib/Archive/ArchiveWriter.cpp | |
parent | d2bd33e7d846380edbc13f87242fd0c9d0bf09ea (diff) | |
download | external_llvm-41dc51c55a53530dd3b0c4be96b213938b480a09.zip external_llvm-41dc51c55a53530dd3b0c4be96b213938b480a09.tar.gz external_llvm-41dc51c55a53530dd3b0c4be96b213938b480a09.tar.bz2 |
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/ArchiveWriter.cpp')
-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 58fbbf4..a02601a 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() |