From: Fariborz Jahanian Date: Mon, 8 Apr 2013 19:14:15 +0000 (+0000) Subject: fixes a typo in my last patch. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1bd077b84b46e0e6c0af02298ff184b850c0bb3c;p=clang fixes a typo in my last patch. // rdar://12379114 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179042 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/CommentCommands.td b/include/clang/AST/CommentCommands.td index 02c6eeb46e..b166cd6860 100644 --- a/include/clang/AST/CommentCommands.td +++ b/include/clang/AST/CommentCommands.td @@ -152,7 +152,7 @@ def InstanceSize : RecordLikeDetailCommand<"instancesize">; def Ownership : RecordLikeDetailCommand<"ownership">; def Performance : RecordLikeDetailCommand<"performance">; def Security : RecordLikeDetailCommand<"security">; -def Seealso : BlockCommand<"seealso">; +def SeeAlso : BlockCommand<"seealso">; def SuperClass : RecordLikeDetailCommand<"superclass">; //===----------------------------------------------------------------------===//