r243292 - Correcting a typo in a comment; NFC.
Aaron Ballman
aaron at aaronballman.com
Mon Jul 27 10:58:32 PDT 2015
Author: aaronballman
Date: Mon Jul 27 12:58:32 2015
New Revision: 243292
URL: http://llvm.org/viewvc/llvm-project?rev=243292&view=rev
Log:
Correcting a typo in a comment; NFC.
Modified:
cfe/trunk/include/clang/ASTMatchers/ASTMatchersInternal.h
Modified: cfe/trunk/include/clang/ASTMatchers/ASTMatchersInternal.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/ASTMatchers/ASTMatchersInternal.h?rev=243292&r1=243291&r2=243292&view=diff
==============================================================================
--- cfe/trunk/include/clang/ASTMatchers/ASTMatchersInternal.h (original)
+++ cfe/trunk/include/clang/ASTMatchers/ASTMatchersInternal.h Mon Jul 27 12:58:32 2015
@@ -754,7 +754,7 @@ const bool IsBaseType<T>::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 {
More information about the cfe-commits
mailing list