summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Allocator.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2007-12-14 15:11:58 +0000
committerDan Gohman <gohman@apple.com>2007-12-14 15:11:58 +0000
commitabb8bf131c8542ff25964b69797558d425ed93c8 (patch)
treea5beeb2b96a76b0f614832217a55587c9f0c74a2 /include/llvm/Support/Allocator.h
parent1a8001e6652d535b266b6d30e996c41a2b7cc920 (diff)
downloadllvm-abb8bf131c8542ff25964b69797558d425ed93c8.tar.gz
llvm-abb8bf131c8542ff25964b69797558d425ed93c8.tar.bz2
llvm-abb8bf131c8542ff25964b69797558d425ed93c8.tar.xz
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45031 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/Allocator.h')
-rw-r--r--include/llvm/Support/Allocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/Allocator.h b/include/llvm/Support/Allocator.h
index 729cc674a8..a3010a3105 100644
--- a/include/llvm/Support/Allocator.h
+++ b/include/llvm/Support/Allocator.h
@@ -57,6 +57,6 @@ public:
void PrintStats() const;
};
-} // end namespace clang
+} // end namespace llvm
#endif