From: NAKAMURA Takumi Date: Mon, 13 Jun 2016 05:46:35 +0000 (+0000) Subject: MPIBugReporter.h: Fix a warning. [-Wdocumentation] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1f4059efad369854e9318ee2b492945f7b99dee;p=clang MPIBugReporter.h: Fix a warning. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@272534 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h b/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h index cf9c461bcd..22fbf4c5b3 100644 --- a/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h +++ b/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h @@ -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,