diff options
author | Rui Ueyama <ruiu@google.com> | 2013-08-09 04:19:54 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2013-08-09 04:19:54 +0000 |
commit | 02d0bf0f80eb71f2b1e5b71ac2335f372a761d58 (patch) | |
tree | e4820cc54b6a7ee4cc5e3f40bd8ab50d8dc8be9e /lld/lib/Core/File.cpp | |
parent | 8ec43c6a0fc30253cec1a65c68d689372bbb47b6 (diff) | |
download | bcm5719-llvm-02d0bf0f80eb71f2b1e5b71ac2335f372a761d58.tar.gz bcm5719-llvm-02d0bf0f80eb71f2b1e5b71ac2335f372a761d58.zip |
Fix spelling error. s/Libary/Library/g.
llvm-svn: 188049
Diffstat (limited to 'lld/lib/Core/File.cpp')
-rw-r--r-- | lld/lib/Core/File.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/lib/Core/File.cpp b/lld/lib/Core/File.cpp index a4148554410..bc3228f7f43 100644 --- a/lld/lib/Core/File.cpp +++ b/lld/lib/Core/File.cpp @@ -21,7 +21,7 @@ StringRef File::translationUnitSource() const { File::atom_collection_empty<DefinedAtom> File::_noDefinedAtoms; File::atom_collection_empty<UndefinedAtom> File::_noUndefinedAtoms; -File::atom_collection_empty<SharedLibraryAtom> File::_noSharedLibaryAtoms; +File::atom_collection_empty<SharedLibraryAtom> File::_noSharedLibraryAtoms; File::atom_collection_empty<AbsoluteAtom> File::_noAbsoluteAtoms; |