From: Dan Gohman Date: Fri, 14 Dec 2007 15:11:58 +0000 (+0000) Subject: Fix a typo in a comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=abb8bf131c8542ff25964b69797558d425ed93c8;p=oota-llvm.git Fix a typo in a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45031 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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