summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Support/StringPool.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/Support/StringPool.h')
-rw-r--r--llvm/include/llvm/Support/StringPool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/StringPool.h b/llvm/include/llvm/Support/StringPool.h
index 3aa826b5ae9..2ec0c3b76c1 100644
--- a/llvm/include/llvm/Support/StringPool.h
+++ b/llvm/include/llvm/Support/StringPool.h
@@ -133,6 +133,6 @@ namespace llvm {
inline bool operator!=(const PooledStringPtr &That) const { return S != That.S; }
};
-} // namespace llvm
+} // End llvm namespace
#endif
OpenPOWER on IntegriCloud