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
_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits