aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-10-18 18:21:40 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-10-18 18:21:40 +0000
commit7ae5717de7a6a20df60b7b058eb04c2452e39906 (patch)
treedfd488783ae5c3bfde10d5cc2ddc202c1030c56a
parent168425c9bdd8ed17df0ac76a19d6033f4808bd46 (diff)
Fix more documentation comments in Comment.h
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166203 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/AST/Comment.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/clang/AST/Comment.h b/include/clang/AST/Comment.h
index facfcf9a96..600046b899 100644
--- a/include/clang/AST/Comment.h
+++ b/include/clang/AST/Comment.h
@@ -981,7 +981,7 @@ struct DeclInfo {
/// If false, only \c CommentDecl is valid.
unsigned IsFilled : 1;
- /// Simplified kind of \c CommentDecl, see\c DeclKind enum.
+ /// Simplified kind of \c CommentDecl, see \c DeclKind enum.
unsigned Kind : 3;
/// Is \c CommentDecl a template declaration.
@@ -990,7 +990,7 @@ struct DeclInfo {
/// Is \c CommentDecl an ObjCMethodDecl.
unsigned IsObjCMethod : 1;
- /// Is \c ThisDecl a non-static member function of C++ class or
+ /// Is \c CommentDecl a non-static member function of C++ class or
/// instance method of ObjC class.
/// Can be true only if \c IsFunctionDecl is true.
unsigned IsInstanceMethod : 1;