Fix a typo in a comment.
authorDan Gohman <gohman@apple.com>
Fri, 14 Dec 2007 15:11:58 +0000 (15:11 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 14 Dec 2007 15:11:58 +0000 (15:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45031 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/Allocator.h

index 729cc674a8cd7b995fe1cd347284e71c7ca4d1ca..a3010a3105c4629a8d1ea58fcc112477fbd60f3c 100644 (file)
@@ -57,6 +57,6 @@ public:
   void PrintStats() const;
 };
 
-}  // end namespace clang
+}  // end namespace llvm
 
 #endif