diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2013-04-08 19:14:15 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2013-04-08 19:14:15 +0000 |
commit | 1bd077b84b46e0e6c0af02298ff184b850c0bb3c (patch) | |
tree | d560c385bbe73774cd933a35861b5addaf735683 | |
parent | b6e8a86b1c8c1718a29c1e4e02380b83ee4bc7c3 (diff) |
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
-rw-r--r-- | include/clang/AST/CommentCommands.td | 2 |
1 files changed, 1 insertions, 1 deletions
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">; //===----------------------------------------------------------------------===// |