r179042 - fixes a typo in my last patch.
    Fariborz Jahanian 
    fjahanian at apple.com
       
    Mon Apr  8 12:14:15 PDT 2013
    
    
  
Author: fjahanian
Date: Mon Apr  8 14:14:15 2013
New Revision: 179042
URL: http://llvm.org/viewvc/llvm-project?rev=179042&view=rev
Log:
fixes a typo in my last patch.
// rdar://12379114
Modified:
    cfe/trunk/include/clang/AST/CommentCommands.td
Modified: cfe/trunk/include/clang/AST/CommentCommands.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/CommentCommands.td?rev=179042&r1=179041&r2=179042&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/CommentCommands.td (original)
+++ cfe/trunk/include/clang/AST/CommentCommands.td Mon Apr  8 14:14:15 2013
@@ -152,7 +152,7 @@ def InstanceSize  : RecordLikeDetailComm
 def Ownership     : RecordLikeDetailCommand<"ownership">;
 def Performance   : RecordLikeDetailCommand<"performance">;
 def Security      : RecordLikeDetailCommand<"security">;
-def Seealso       : BlockCommand<"seealso">;
+def SeeAlso       : BlockCommand<"seealso">;
 def SuperClass    : RecordLikeDetailCommand<"superclass">;
 
 //===----------------------------------------------------------------------===//
    
    
More information about the cfe-commits
mailing list