Skip to content

Commit 46855db

Browse files
committed
[ASTMatchers][NFC] fix typo 'combarantion' -> 'combination'
1 parent 4ee68d6 commit 46855db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/ASTMatchers/ASTMatchFinder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ SmallVector<BoundNodes, 1> match(MatcherT Matcher, ASTContext &Context);
268268
/// Returns \c NULL if there is no match, or if the matching node cannot be
269269
/// casted to \c NodeT.
270270
///
271-
/// This is useful in combanation with \c match():
271+
/// This is useful in combination with \c match():
272272
/// \code
273273
/// const Decl *D = selectFirst<Decl>("id", match(Matcher.bind("id"),
274274
/// Node, Context));

0 commit comments

Comments
 (0)