From: James Dennett Date: Sat, 31 Dec 2016 01:04:02 +0000 (+0000) Subject: Typo fix in AST matcher documentation: s/aribtrary/arbitrary/ X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de646669d628b1e246c40b95ad2035395c921794;p=clang Typo fix in AST matcher documentation: s/aribtrary/arbitrary/ git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@290777 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LibASTMatchers.rst b/docs/LibASTMatchers.rst index 738de79d5d..aea9f3233b 100644 --- a/docs/LibASTMatchers.rst +++ b/docs/LibASTMatchers.rst @@ -103,7 +103,7 @@ you can :ref:`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`` and return a ``Matcher``. ``AST_MATCHER_P(Type, Name, ParamType, Param)``