Skip to content

Commit beb67d4

Browse files
committed
Fix typo
1 parent 809c8a4 commit beb67d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/ASTMatchers/ASTMatchers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7011,7 +7011,7 @@ extern const internal::VariadicDynCastAllOfMatcher<
70117011
/// const S<char>::t2* var2;
70127012
/// \endcode
70137013
/// typedefTypeLoc()
7014-
/// matches `t1` (in the declaration of var1) and `C<char>::t2`.
7014+
/// matches `t1` (in the declaration of var1) and `S<char>::t2`.
70157015
extern const internal::VariadicDynCastAllOfMatcher<TypeLoc, TypedefTypeLoc>
70167016
typedefTypeLoc;
70177017

0 commit comments

Comments
 (0)