OSDN Git Service

Threading.h: Update \param. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 5 Jun 2016 00:15:44 +0000 (00:15 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 5 Jun 2016 00:15:44 +0000 (00:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@271819 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/Threading.h

index 9804dd8..387bf5e 100644 (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