From e1f4059efad369854e9318ee2b492945f7b99dee Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 13 Jun 2016 05:46:35 +0000 Subject: [PATCH] MPIBugReporter.h: Fix a warning. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@272534 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.40.0