]> granicus.if.org Git - clang/commitdiff
Fix -Wdocumentation warning after r256933
authorNico Weber <nicolasweber@gmx.de>
Wed, 6 Jan 2016 19:13:49 +0000 (19:13 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 6 Jan 2016 19:13:49 +0000 (19:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@256960 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGOpenMPRuntime.h

index 6b04fbeb09b5cb15205bf6400abb6d1c60a896a2..a51c5baf8b543fc9f7056a2bc0b4404c3ab735f9 100644 (file)
@@ -955,7 +955,7 @@ public:
   /// \brief Emit the target regions enclosed in \a GD function definition or
   /// the function itself in case it is a valid device function. Returns true if
   /// \a GD was dealt with successfully.
-  /// \param FD Function to scan.
+  /// \param GD Function to scan.
   virtual bool emitTargetFunctions(GlobalDecl GD);
 
   /// \brief Emit the global variable if it is a valid device global variable.