summaryrefslogtreecommitdiffstats
path: root/clang/docs
diff options
context:
space:
mode:
authorJames Dennett <jdennett@google.com>2016-12-31 01:04:02 +0000
committerJames Dennett <jdennett@google.com>2016-12-31 01:04:02 +0000
commitf947f3914839eae86206cf09e79bd662bd179cc9 (patch)
tree1ed347944f7e111996ff84925ae6fa903bb592fd /clang/docs
parentd00db69227f89a9d3368f8487344d2e102df7931 (diff)
downloadbcm5719-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.rst2
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)``
OpenPOWER on IntegriCloud