diff options
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r-- | clang/lib/CodeGen/CGOpenMPRuntime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGOpenMPRuntime.h b/clang/lib/CodeGen/CGOpenMPRuntime.h index 54dd71c1a3d..f4fb0325fe3 100644 --- a/clang/lib/CodeGen/CGOpenMPRuntime.h +++ b/clang/lib/CodeGen/CGOpenMPRuntime.h @@ -285,7 +285,7 @@ public: /// PartID, struct context_vars*). /// \param D OpenMP directive. /// \param ThreadIDVar Variable for thread id in the current OpenMP region. - /// \param PartID If not nullptr - variable used for part id in tasks. + /// \param PartIDVar If not nullptr - variable used for part id in tasks. /// virtual llvm::Value *emitTaskOutlinedFunction(const OMPExecutableDirective &D, const VarDecl *ThreadIDVar, |