Fix \param in r247251. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 11 Sep 2015 08:13:32 +0000 (08:13 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 11 Sep 2015 08:13:32 +0000 (08:13 +0000)
llvm-svn: 247392

clang/lib/CodeGen/CGOpenMPRuntime.h

index d3c7728..2cd4917 100644 (file)
@@ -398,7 +398,7 @@ public:
   /// CapturedStruct.
   /// \param OutlinedFn Outlined function to be run in parallel threads. Type of
   /// this function is void(*)(kmp_int32 *, kmp_int32, struct context_vars*).
-  /// \param CapturedStruct A pointer to the record with the references to
+  /// \param CapturedVars A pointer to the record with the references to
   /// variables used in \a OutlinedFn function.
   /// \param IfCond Condition in the associated 'if' clause, if it was
   /// specified, nullptr otherwise.