forked from OSchip/llvm-project
OpenMPClause.h: Fix typo in \param. [-Wdocumentation]
llvm-svn: 232956
This commit is contained in:
parent
473e34782d
commit
544d2bdb5c
|
@ -1750,7 +1750,7 @@ public:
|
|||
/// \param DstExprs List of helper expressions for proper generation of
|
||||
/// assignment operation required for copyprivate clause. This list represents
|
||||
/// destinations.
|
||||
/// \param AsignmentOps List of helper expressions that represents assignment
|
||||
/// \param AssignmentOps List of helper expressions that represents assignment
|
||||
/// operation:
|
||||
/// \code
|
||||
/// DstExprs = SrcExprs;
|
||||
|
|
Loading…
Reference in New Issue