summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Gouly <joey.gouly@arm.com>2013-12-09 10:23:27 +0000
committerJoey Gouly <joey.gouly@arm.com>2013-12-09 10:23:27 +0000
commit34ec7f741112a1f0d0882147808bc32bade2cf1c (patch)
treec28964caa6c1f1a39120d76d066ac7f1944e3f73
parent2dc225bedff02c2e6c93a997c8c4237a268d22da (diff)
downloadbcm5719-llvm-34ec7f741112a1f0d0882147808bc32bade2cf1c.tar.gz
bcm5719-llvm-34ec7f741112a1f0d0882147808bc32bade2cf1c.zip
Fix a copy/paste error.
llvm-svn: 196770
-rw-r--r--lld/include/lld/Core/LLVM.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/include/lld/Core/LLVM.h b/lld/include/lld/Core/LLVM.h
index 7f7a6529fa5..11ccf894c20 100644
--- a/lld/include/lld/Core/LLVM.h
+++ b/lld/include/lld/Core/LLVM.h
@@ -78,7 +78,7 @@ namespace lld {
using llvm::error_code;
using llvm::raw_ostream;
-} // end namespace clang.
+} // end namespace lld.
namespace std {
template <> struct hash<llvm::StringRef> {
OpenPOWER on IntegriCloud