From 55de488d205b13b9aba4757d28474022be14ab25 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 23 Nov 2015 06:41:50 +0000 Subject: [PATCH] OpenMPClause.h: Fix typos. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@253854 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/OpenMPClause.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/clang/AST/OpenMPClause.h b/include/clang/AST/OpenMPClause.h index b8bc77a6b5..00716642a5 100644 --- a/include/clang/AST/OpenMPClause.h +++ b/include/clang/AST/OpenMPClause.h @@ -2657,7 +2657,7 @@ class OMPMapClause : public OMPVarListClause { /// \brief Build clause with number of variables \a N. /// - /// \param MayTypeModifier Map type modifier. + /// \param MapTypeModifier Map type modifier. /// \param MapType Map type. /// \param MapLoc Location of the map type. /// \param StartLoc Starting location of the clause. @@ -2684,8 +2684,8 @@ public: /// \brief Creates clause with a list of variables \a VL. /// /// \param C AST context. - /// \brief StartLoc Starting location of the clause. - /// \brief EndLoc Ending location of the clause. + /// \param StartLoc Starting location of the clause. + /// \param EndLoc Ending location of the clause. /// \param VL List of references to the variables. /// \param TypeModifier Map type modifier. /// \param Type Map type. -- 2.40.0