summaryrefslogtreecommitdiffstats
path: root/clang
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
commita83d529369813d28af9e445fe3b9ec1e5ed0a0b6 (patch)
tree5e861c6a3f5631b32db91cd6d49d0455ff289e3c /clang
parentd0756e45a503035e4c4edd13e83ea4b7d9af42c8 (diff)
downloadbcm5719-llvm-a83d529369813d28af9e445fe3b9ec1e5ed0a0b6.tar.gz
bcm5719-llvm-a83d529369813d28af9e445fe3b9ec1e5ed0a0b6.zip
Fix more documentation comments in Comment.h
llvm-svn: 166203
Diffstat (limited to 'clang')
-rw-r--r--clang/include/clang/AST/Comment.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/include/clang/AST/Comment.h b/clang/include/clang/AST/Comment.h
index facfcf9a964..600046b8998 100644
--- a/clang/include/clang/AST/Comment.h
+++ b/clang/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;
OpenPOWER on IntegriCloud