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">;
 
 
//===----------------------------------------------------------------------===//


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to