From 8c503e5e15bd05f3da38d548da41ca291d97e6dc Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 14 Dec 2007 15:11:58 +0000 Subject: Fix a typo in a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45031 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/Allocator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Support/Allocator.h b/include/llvm/Support/Allocator.h index 729cc67..a3010a3 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 -- cgit v1.1