Fix a typo in a comment.
authorDan Gohman <gohman@apple.com>
Fri, 30 May 2008 00:08:18 +0000 (00:08 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 30 May 2008 00:08:18 +0000 (00:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51718 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/LibCallAliasAnalysis.cpp

index 2627d6743d66788bd019fd8763207df9288b7a9f..6c8472b628c019369e589d55962b0b28ea3a404e 100644 (file)
@@ -56,7 +56,7 @@ namespace {
     ModRefResult AnalyzeLibCallDetails(const LibCallFunctionInfo *FI,
                                        CallSite CS, Value *P, unsigned Size);
   };
-}  // End of llvm namespace
+}  // End of anonymous namespace
   
 // Register this pass...
 char LibCallAliasAnalysis::ID = 0;