diff options
| author | James Dennett <jdennett@google.com> | 2016-12-31 01:04:02 +0000 |
|---|---|---|
| committer | James Dennett <jdennett@google.com> | 2016-12-31 01:04:02 +0000 |
| commit | f947f3914839eae86206cf09e79bd662bd179cc9 (patch) | |
| tree | 1ed347944f7e111996ff84925ae6fa903bb592fd /clang/docs | |
| parent | d00db69227f89a9d3368f8487344d2e102df7931 (diff) | |
| download | bcm5719-llvm-f947f3914839eae86206cf09e79bd662bd179cc9.tar.gz bcm5719-llvm-f947f3914839eae86206cf09e79bd662bd179cc9.zip | |
Typo fix in AST matcher documentation: s/aribtrary/arbitrary/
llvm-svn: 290777
Diffstat (limited to 'clang/docs')
| -rw-r--r-- | clang/docs/LibASTMatchers.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/LibASTMatchers.rst b/clang/docs/LibASTMatchers.rst index 738de79d5da..aea9f3233b4 100644 --- a/clang/docs/LibASTMatchers.rst +++ b/clang/docs/LibASTMatchers.rst @@ -103,7 +103,7 @@ you can :ref:`bind <astmatchers-bind>` the node they represent to ids for later processing. ``VariadicDynCastAllOfMatchers`` are callable classes that model variadic -template functions in C++03. They take an aribtrary number of +template functions in C++03. They take an arbitrary number of ``Matcher<Derived>`` and return a ``Matcher<Base>``. ``AST_MATCHER_P(Type, Name, ParamType, Param)`` |

