]> granicus.if.org Git - clang/commitdiff
OpenMPClause.h: Fix typos. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 23 Nov 2015 06:41:50 +0000 (06:41 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 23 Nov 2015 06:41:50 +0000 (06:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@253854 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/OpenMPClause.h

index b8bc77a6b55b7f2a80a97638b355fd758c297594..00716642a5b697af28a62b2c6f752e848ee189ca 100644 (file)
@@ -2657,7 +2657,7 @@ class OMPMapClause : public OMPVarListClause<OMPMapClause> {
 
   /// \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.