From 14c6a2868bb1ceacb8a4e3eeeacf3f90c018cedf Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 26 Feb 2016 03:15:09 +0000 Subject: [PATCH] OpenMPClause.h: Fix typo in \param. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@261962 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/OpenMPClause.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * -- 2.50.1