diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-02-26 03:15:09 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-02-26 03:15:09 +0000 |
| commit | 74a00fb6f5b56566446ecb2898c4969265f62bae (patch) | |
| tree | b706eada9550b4c55f33838530df524d53b339bb | |
| parent | 11e13f60ea8dc595c34da1024121214544b673cb (diff) | |
| download | bcm5719-llvm-74a00fb6f5b56566446ecb2898c4969265f62bae.tar.gz bcm5719-llvm-74a00fb6f5b56566446ecb2898c4969265f62bae.zip | |
OpenMPClause.h: Fix typo in \param. [-Wdocumentation]
llvm-svn: 261962
| -rw-r--r-- | clang/include/clang/AST/OpenMPClause.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/AST/OpenMPClause.h b/clang/include/clang/AST/OpenMPClause.h index f6c5b21ed7a..17efb9468c4 100644 --- a/clang/include/clang/AST/OpenMPClause.h +++ b/clang/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 * |

