From dbc9e5f598e4ac36c304f898a7fde972581fdca5 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] llvm-svn: 272534 --- clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h b/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h index cf9c461bcdbc..22fbf4c5b303 100644 --- a/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h +++ b/clang/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,