diff options
| author | Aaron Ballman <aaron@aaronballman.com> | 2015-07-27 17:58:32 +0000 |
|---|---|---|
| committer | Aaron Ballman <aaron@aaronballman.com> | 2015-07-27 17:58:32 +0000 |
| commit | f133e8cb7f4f5f6dc4fc17ecbcc6798c9cf88006 (patch) | |
| tree | 4c5ab2ed6676bb4f460dcb94a49fb22ea8a473ea /clang | |
| parent | d4dd6ec74d0480f2a7c0e47051ded5ce91b9ebb0 (diff) | |
| download | bcm5719-llvm-f133e8cb7f4f5f6dc4fc17ecbcc6798c9cf88006.tar.gz bcm5719-llvm-f133e8cb7f4f5f6dc4fc17ecbcc6798c9cf88006.zip | |
Correcting a typo in a comment; NFC.
llvm-svn: 243292
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/include/clang/ASTMatchers/ASTMatchersInternal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/ASTMatchers/ASTMatchersInternal.h b/clang/include/clang/ASTMatchers/ASTMatchersInternal.h index 0d9a6b26ff9..984c06c9101 100644 --- a/clang/include/clang/ASTMatchers/ASTMatchersInternal.h +++ b/clang/include/clang/ASTMatchers/ASTMatchersInternal.h @@ -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 { |

