]> granicus.if.org Git - clang/commitdiff
MPIBugReporter.h: Fix a warning. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 13 Jun 2016 05:46:35 +0000 (05:46 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 13 Jun 2016 05:46:35 +0000 (05:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@272534 91177308-0d34-0410-b5e6-96231b3b80d8

lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h

index cf9c461bcdbc9d3eb7581b824329785a23fe7e57..22fbf4c5b303d574d6d8d3ae4931d8f8fcfb69cb 100644 (file)
@@ -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,