From: Aaron Ballman Date: Mon, 27 Jul 2015 17:58:32 +0000 (+0000) Subject: Correcting a typo in a comment; NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f812b5c04b1eea5eb059c399838e76aa8777023;p=clang Correcting a typo in a comment; NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@243292 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/ASTMatchers/ASTMatchersInternal.h b/include/clang/ASTMatchers/ASTMatchersInternal.h index 0d9a6b26ff..984c06c910 100644 --- a/include/clang/ASTMatchers/ASTMatchersInternal.h +++ b/include/clang/ASTMatchers/ASTMatchersInternal.h @@ -754,7 +754,7 @@ const bool IsBaseType::value; /// at least one ancestor matched. /// /// FIXME: Currently we only allow Stmt and Decl nodes to start a traversal. -/// In the future, we wan to implement this for all nodes for which it makes +/// In the future, we want to implement this for all nodes for which it makes /// sense. In the case of matchesAncestorOf, we'll want to implement it for /// all nodes, as all nodes have ancestors. class ASTMatchFinder {