r262783 - Fixed -Wdocumentation warning - typo in a parameter name
Simon Pilgrim via cfe-commits
cfe-commits at lists.llvm.org
Sat Mar 5 14:35:56 PST 2016
Author: rksimon
Date: Sat Mar 5 16:35:55 2016
New Revision: 262783
URL: http://llvm.org/viewvc/llvm-project?rev=262783&view=rev
Log:
Fixed -Wdocumentation warning - typo in a parameter name
Modified:
cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h
Modified: cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h?rev=262783&r1=262782&r2=262783&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h (original)
+++ cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h Sat Mar 5 16:35:55 2016
@@ -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);
More information about the cfe-commits
mailing list