Clean up a comment.
llvm-svn: 13860
diff --git a/llvm/lib/VMCore/AsmWriter.cpp b/llvm/lib/VMCore/AsmWriter.cpp
index e6c9085..651bf59 100644
--- a/llvm/lib/VMCore/AsmWriter.cpp
+++ b/llvm/lib/VMCore/AsmWriter.cpp
@@ -600,7 +600,7 @@
// which slot it occupies.
void printInfoComment(const Value &V);
};
-} // end of anonymous namespace
+} // end of llvm namespace
/// printTypeAtLeastOneLevel - Print out one level of the possibly complex type
/// without considering any symbolic types that we may have equal to it.