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

llvm-svn: 272534
This commit is contained in:
NAKAMURA Takumi 2016-06-13 05:46:35 +00:00
parent 5ee4982931
commit dbc9e5f598
1 changed files with 1 additions and 1 deletions

View 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,