OpenMPClause.h: Fix a warning. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 21 Oct 2014 06:40:57 +0000 (06:40 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 21 Oct 2014 06:40:57 +0000 (06:40 +0000)
llvm-svn: 220266

clang/include/clang/AST/OpenMPClause.h

index 30ce1aa..0c3002c 100644 (file)
@@ -950,7 +950,7 @@ class OMPPrivateClause : public OMPVarListClause<OMPPrivateClause> {
 
   /// \brief Sets the list of references to private copies with initializers for
   /// new private variables.
-  /// \param InitVL List of references.
+  /// \param VL List of references.
   void setPrivateCopies(ArrayRef<Expr *> VL);
 
   /// \brief Gets the list of references to private copies with initializers for