]> granicus.if.org Git - clang/commitdiff
Correcting a typo in a comment; NFC.
authorAaron Ballman <aaron@aaronballman.com>
Mon, 27 Jul 2015 17:58:32 +0000 (17:58 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 27 Jul 2015 17:58:32 +0000 (17:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@243292 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/ASTMatchers/ASTMatchersInternal.h

index 0d9a6b26ff93f617423feaa4807feeaf81934f61..984c06c91017cbfc461527d6950e0d5e5997a8cf 100644 (file)
@@ -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 {