From de646669d628b1e246c40b95ad2035395c921794 Mon Sep 17 00:00:00 2001 From: James Dennett Date: Sat, 31 Dec 2016 01:04:02 +0000 Subject: [PATCH] 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 --- docs/LibASTMatchers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)`` -- 2.40.0