]> granicus.if.org Git - clang/commitdiff
Documentation: fix a typo in the AST Matcher Reference docs.
authorJames Dennett <jdennett@google.com>
Wed, 18 Jul 2018 23:21:31 +0000 (23:21 +0000)
committerJames Dennett <jdennett@google.com>
Wed, 18 Jul 2018 23:21:31 +0000 (23:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@337431 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/ASTMatchers/ASTMatchers.h

index 938c99adfd0f909be5cd730f09c05c0e132b3c6a..5c8ec310663b5bca6f0d5300566a10bda9d8bbca 100644 (file)
@@ -3015,7 +3015,7 @@ AST_MATCHER_P_OVERLOAD(QualType, pointsTo, internal::Matcher<Decl>,
 ///   class A {};
 ///   using B = A;
 /// \endcode
-/// The matcher type(hasUnqualifeidDesugaredType(recordType())) matches
+/// The matcher type(hasUnqualifiedDesugaredType(recordType())) matches
 /// both B and A.
 AST_MATCHER_P(Type, hasUnqualifiedDesugaredType, internal::Matcher<Type>,
               InnerMatcher) {