summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2016-03-05 22:35:55 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2016-03-05 22:35:55 +0000
commit1feae0d0bb0c40420333384be423efebe1dcdbeb (patch)
treed220b4306840f1633c101e77b720fc03f1781f3f /clang
parentaa99331bad8fa86b6acdd23ec38c2e8178125416 (diff)
downloadbcm5719-llvm-1feae0d0bb0c40420333384be423efebe1dcdbeb.tar.gz
bcm5719-llvm-1feae0d0bb0c40420333384be423efebe1dcdbeb.zip
Fixed -Wdocumentation warning - typo in a parameter name
llvm-svn: 262783
Diffstat (limited to 'clang')
-rw-r--r--clang/lib/CodeGen/CGOpenMPRuntime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGOpenMPRuntime.h b/clang/lib/CodeGen/CGOpenMPRuntime.h
index 0044bb706f7..9dd7744346b 100644
--- a/clang/lib/CodeGen/CGOpenMPRuntime.h
+++ b/clang/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);
OpenPOWER on IntegriCloud