Author: jdennett
Date: Fri Dec 30 19:04:02 2016
New Revision: 290777

URL: http://llvm.org/viewvc/llvm-project?rev=290777&view=rev
Log:
Typo fix in AST matcher documentation: s/aribtrary/arbitrary/

Modified:
    cfe/trunk/docs/LibASTMatchers.rst

Modified: cfe/trunk/docs/LibASTMatchers.rst
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LibASTMatchers.rst?rev=290777&r1=290776&r2=290777&view=diff
==============================================================================
--- cfe/trunk/docs/LibASTMatchers.rst (original)
+++ cfe/trunk/docs/LibASTMatchers.rst Fri Dec 30 19:04:02 2016
@@ -103,7 +103,7 @@ you can :ref:`bind <astmatchers-bind>` t
 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)``


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to