From abb8bf131c8542ff25964b69797558d425ed93c8 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 14 Dec 2007 15:11:58 +0000 Subject: [PATCH] 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 729cc674a8c..a3010a3105c 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 -- 2.34.1