From: NAKAMURA Takumi Date: Fri, 26 Feb 2016 03:15:09 +0000 (+0000) Subject: OpenMPClause.h: Fix typo in \param. [-Wdocumentation] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14c6a2868bb1ceacb8a4e3eeeacf3f90c018cedf;p=clang OpenMPClause.h: Fix typo in \param. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@261962 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/OpenMPClause.h b/include/clang/AST/OpenMPClause.h index f6c5b21ed7..17efb9468c 100644 --- a/include/clang/AST/OpenMPClause.h +++ b/include/clang/AST/OpenMPClause.h @@ -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 *