]> granicus.if.org Git - clang/commitdiff
Typo fix in AST matcher documentation: s/aribtrary/arbitrary/
authorJames Dennett <jdennett@google.com>
Sat, 31 Dec 2016 01:04:02 +0000 (01:04 +0000)
committerJames Dennett <jdennett@google.com>
Sat, 31 Dec 2016 01:04:02 +0000 (01:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@290777 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LibASTMatchers.rst

index 738de79d5da6a499e5df96d203e2d1a8be84c376..aea9f3233b4b1d378921e0127dbef7e802554ef3 100644 (file)
@@ -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)``