Threading.h: Update \param. [-Wdocumentation]

llvm-svn: 271819
This commit is contained in:
NAKAMURA Takumi 2016-06-05 00:15:44 +00:00
parent e222017dad
commit 379e7efd94
1 changed files with 1 additions and 1 deletions

View File

@ -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