diff options
author | Malcolm Parsons <malcolm.parsons@gmail.com> | 2017-01-20 09:54:26 +0000 |
---|---|---|
committer | Malcolm Parsons <malcolm.parsons@gmail.com> | 2017-01-20 09:54:26 +0000 |
commit | def8f90e67426105fa131d3b230039e12d9c0cce (patch) | |
tree | 41d523fab67406681e065f397570ed02140bd177 /clang/docs/LibASTMatchersReference.html | |
parent | 60aed443875b0d6bf26b1ae466c2063339358937 (diff) | |
download | bcm5719-llvm-def8f90e67426105fa131d3b230039e12d9c0cce.tar.gz bcm5719-llvm-def8f90e67426105fa131d3b230039e12d9c0cce.zip |
Fix documentation typo.
llvm-svn: 292595
Diffstat (limited to 'clang/docs/LibASTMatchersReference.html')
-rw-r--r-- | clang/docs/LibASTMatchersReference.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/LibASTMatchersReference.html b/clang/docs/LibASTMatchersReference.html index 4ee953f1838..0fd7a744b38 100644 --- a/clang/docs/LibASTMatchersReference.html +++ b/clang/docs/LibASTMatchersReference.html @@ -5419,7 +5419,7 @@ alignof. <tr><td>Matcher<<a href="http://clang.llvm.org/doxygen/classclang_1_1Stmt.html">Stmt</a>></td><td class="name" onclick="toggle('forFunction0')"><a name="forFunction0Anchor">forFunction</a></td><td>Matcher<<a href="http://clang.llvm.org/doxygen/classclang_1_1FunctionDecl.html">FunctionDecl</a>> InnerMatcher</td></tr> -<tr><td colspan="4" class="doc" id="forFunction0"><pre>Matches declaration of the function the statemenet belongs to +<tr><td colspan="4" class="doc" id="forFunction0"><pre>Matches declaration of the function the statement belongs to Given: F& operator=(const F& o) { |