Clean up a comment.
authorReid Spencer <rspencer@reidspencer.com>
Thu, 27 May 2004 22:04:46 +0000 (22:04 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 27 May 2004 22:04:46 +0000 (22:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13860 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/AsmWriter.cpp

index e6c9085b6d0b48a1b950c8c7699d0cae0278f380..651bf59165718c4f82974c9717378c248a209a68 100644 (file)
@@ -600,7 +600,7 @@ private :
   // 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.