OpenMPClause.h: Fix typo in \param. [-Wdocumentation]

llvm-svn: 261962
This commit is contained in:
NAKAMURA Takumi 2016-02-26 03:15:09 +00:00
parent 11e13f60ea
commit 74a00fb6f5
1 changed files with 1 additions and 1 deletions

View File

@ -1524,7 +1524,7 @@ public:
/// lastprivate clause.
/// \param PreInit Statement that must be executed before entering the OpenMP
/// region with this clause.
/// \param PostInit Expression that must be executed after exit from the
/// \param PostUpdate Expression that must be executed after exit from the
/// OpenMP region with this clause.
///
static OMPLastprivateClause *