Documentation cleanup: Made a parameter name in a \param command match the code

llvm-svn: 158564
This commit is contained in:
James Dennett 2012-06-15 22:28:09 +00:00
parent 13dffcb766
commit b5d5f8191f
1 changed files with 1 additions and 1 deletions

View File

@ -969,7 +969,7 @@ static CanQualType GetConversionType(ASTContext &Context, NamedDecl *Conv) {
/// Collect the visible conversions of a base class.
///
/// \param Base a base class of the class we're considering
/// \param Record a base class of the class we're considering
/// \param InVirtual whether this base class is a virtual base (or a base
/// of a virtual base)
/// \param Access the access along the inheritance path to this base