summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2016-06-05 00:15:44 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2016-06-05 00:15:44 +0000
commit379e7efd9438a93facd7d5d5870cdda5fdad0d0a (patch)
treec539a3a1c1261722014470f90f780842b3819dee /llvm
parente222017dadc1a10f51d549d984b6ddd461a60698 (diff)
downloadbcm5719-llvm-379e7efd9438a93facd7d5d5870cdda5fdad0d0a.tar.gz
bcm5719-llvm-379e7efd9438a93facd7d5d5870cdda5fdad0d0a.zip
Threading.h: Update \param. [-Wdocumentation]
llvm-svn: 271819
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/Support/Threading.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/Threading.h b/llvm/include/llvm/Support/Threading.h
index 9804dd8aff6..387bf5e1b94 100644
--- a/llvm/include/llvm/Support/Threading.h
+++ b/llvm/include/llvm/Support/Threading.h
@@ -85,7 +85,7 @@ namespace llvm {
/// \endcode
///
/// \param flag Flag used for tracking whether or not this has run.
- /// \param UserFn Function to call once.
+ /// \param F Function to call once.
template <typename Function, typename... Args>
void call_once(once_flag &flag, Function &&F, Args &&... ArgList) {
#if LLVM_THREADING_USE_STD_CALL_ONCE
OpenPOWER on IntegriCloud