From: Simon Pilgrim Date: Sat, 5 Mar 2016 22:35:55 +0000 (+0000) Subject: Fixed -Wdocumentation warning - typo in a parameter name X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9322aa8b5f40075fb444cae0141d6bf7b5121b32;p=clang Fixed -Wdocumentation warning - typo in a parameter name git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@262783 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGOpenMPRuntime.h b/lib/CodeGen/CGOpenMPRuntime.h index 0044bb706f..9dd7744346 100644 --- a/lib/CodeGen/CGOpenMPRuntime.h +++ b/lib/CodeGen/CGOpenMPRuntime.h @@ -819,7 +819,7 @@ public: /// global_tid, kmp_int32 num_teams, kmp_int32 thread_limit) to generate code /// for num_teams clause. /// \param NumTeams An integer value of teams. - /// \param ThreadsLimit An integer value of threads. + /// \param ThreadLimit An integer value of threads. virtual void emitNumTeamsClause(CodeGenFunction &CGF, llvm::Value *NumTeams, llvm::Value *ThreadLimit, SourceLocation Loc);