r272534 - MPIBugReporter.h: Fix a warning. [-Wdocumentation]

NAKAMURA Takumi via cfe-commits cfe-commits at lists.llvm.org
Sun Jun 12 22:46:35 PDT 2016


Author: chapuni
Date: Mon Jun 13 00:46:35 2016
New Revision: 272534

URL: http://llvm.org/viewvc/llvm-project?rev=272534&view=rev
Log:
MPIBugReporter.h: Fix a warning. [-Wdocumentation]

Modified:
    cfe/trunk/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h

Modified: cfe/trunk/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h?rev=272534&r1=272533&r2=272534&view=diff
==============================================================================
--- cfe/trunk/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h (original)
+++ cfe/trunk/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h Mon Jun 13 00:46:35 2016
@@ -62,7 +62,7 @@ public:
   /// Report a wait on a request that has not been used at all before.
   ///
   /// \param CE wait call that uses the request
-  /// \param ReqRegion memory region of the request
+  /// \param RequestRegion memory region of the request
   /// \param ExplNode node in the graph the bug appeared at
   /// \param BReporter bug reporter for current context
   void reportUnmatchedWait(const CallEvent &CE,




More information about the cfe-commits mailing list