diff --git a/include/clang/AST/OpenMPClause.h b/include/clang/AST/OpenMPClause.h
index 30ce1aaeec92d12ba2fd81ed8f063162e1bec497..0c3002c103e2ff00e719382cac2c8920bf5ec23b 100644
--- a/include/clang/AST/OpenMPClause.h
+++ b/include/clang/AST/OpenMPClause.h
@@ -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