[clang-tools-extra] r310783 - Fix Wdocumentation warning - typo in argument list. NFCI.

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 12 11:50:54 PDT 2017


Author: rksimon
Date: Sat Aug 12 11:50:53 2017
New Revision: 310783

URL: http://llvm.org/viewvc/llvm-project?rev=310783&view=rev
Log:
Fix Wdocumentation warning - typo in argument list. NFCI.

Modified:
    clang-tools-extra/trunk/clang-tidy/android/CloexecCheck.h

Modified: clang-tools-extra/trunk/clang-tidy/android/CloexecCheck.h
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-tidy/android/CloexecCheck.h?rev=310783&r1=310782&r2=310783&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-tidy/android/CloexecCheck.h (original)
+++ clang-tools-extra/trunk/clang-tidy/android/CloexecCheck.h Sat Aug 12 11:50:53 2017
@@ -52,7 +52,7 @@ protected:
   /// \param MacroFlag The macro name of the flag.
   /// \param ArgPos The 0-based position of the flag argument.
   void insertMacroFlag(const ast_matchers::MatchFinder::MatchResult &Result,
-                       StringRef MarcoFlag, int ArgPos);
+                       StringRef MacroFlag, int ArgPos);
 
   /// Type2 is to replace the API to another function that has required the
   /// ability. For example:




More information about the cfe-commits mailing list