summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDave Lee <davelee.com@gmail.com>2017-11-11 23:53:27 +0000
committerDave Lee <davelee.com@gmail.com>2017-11-11 23:53:27 +0000
commit3e80fc77381dc8ae6ad54c74968e217e996bbb00 (patch)
treef70a211f2887dd8043655bc536f050c2bf44fd23 /include
parent831957f6bfedc23696ecc25ec3f251e532e9ccf5 (diff)
downloadclang-3e80fc77381dc8ae6ad54c74968e217e996bbb00.tar.gz
Fix AST matcher documentation typo
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@317993 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/clang/ASTMatchers/ASTMatchers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/ASTMatchers/ASTMatchers.h b/include/clang/ASTMatchers/ASTMatchers.h
index 34e6b42c68..c2abb983eb 100644
--- a/include/clang/ASTMatchers/ASTMatchers.h
+++ b/include/clang/ASTMatchers/ASTMatchers.h
@@ -1265,7 +1265,7 @@ const internal::VariadicDynCastAllOfMatcher<
Decl,
ObjCPropertyDecl> objcPropertyDecl;
-/// \brief Matches Objective-C @try statements.
+/// \brief Matches Objective-C @throw statements.
///
/// Example matches @throw
/// \code