[llvm-commits] [llvm] r45031 - /llvm/trunk/include/llvm/Support/Allocator.h

Dan Gohman djg at cray.com
Fri Dec 14 07:11:59 PST 2007


Author: djg
Date: Fri Dec 14 09:11:58 2007
New Revision: 45031

URL: http://llvm.org/viewvc/llvm-project?rev=45031&view=rev
Log:
Fix a typo in a comment.

Modified:
    llvm/trunk/include/llvm/Support/Allocator.h

Modified: llvm/trunk/include/llvm/Support/Allocator.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/Allocator.h?rev=45031&r1=45030&r2=45031&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Support/Allocator.h (original)
+++ llvm/trunk/include/llvm/Support/Allocator.h Fri Dec 14 09:11:58 2007
@@ -57,6 +57,6 @@
   void PrintStats() const;
 };
 
-}  // end namespace clang
+}  // end namespace llvm
 
 #endif





More information about the llvm-commits mailing list