summaryrefslogtreecommitdiffstats
path: root/lld/lib/Core/File.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2013-08-09 04:19:54 +0000
committerRui Ueyama <ruiu@google.com>2013-08-09 04:19:54 +0000
commit02d0bf0f80eb71f2b1e5b71ac2335f372a761d58 (patch)
treee4820cc54b6a7ee4cc5e3f40bd8ab50d8dc8be9e /lld/lib/Core/File.cpp
parent8ec43c6a0fc30253cec1a65c68d689372bbb47b6 (diff)
downloadbcm5719-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.cpp2
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;
OpenPOWER on IntegriCloud