Fix a couple of \param(s) in r246815. [-Wdocumentation]

llvm-svn: 246838
This commit is contained in:
NAKAMURA Takumi 2015-09-04 05:19:31 +00:00
parent 37e14987c6
commit f6cef72f12
1 changed files with 2 additions and 2 deletions

View File

@ -1584,9 +1584,9 @@ namespace {
}
private:
/// \param layoutStartOffset: index of the ASTRecordLayout field to
/// \param layoutStartOffset index of the ASTRecordLayout field to
/// start poisoning (inclusive)
/// \param layoutEndOffset: index of the ASTRecordLayout field to
/// \param layoutEndOffset index of the ASTRecordLayout field to
/// end poisoning (exclusive)
void PoisonBlock(CodeGenFunction &CGF, unsigned layoutStartOffset,
unsigned layoutEndOffset) {