diff options
author | James Dennett <jdennett@google.com> | 2012-06-15 22:28:09 +0000 |
---|---|---|
committer | James Dennett <jdennett@google.com> | 2012-06-15 22:28:09 +0000 |
commit | a125350491ca56a2068e3ddcf96ffce007480b56 (patch) | |
tree | 7a8505d8282435caa040147aefca51a51a10701a /lib/AST/DeclCXX.cpp | |
parent | ef2b5b327b524f9ea3243c07e04fb24706e63120 (diff) |
Documentation cleanup: Made a parameter name in a \param command match the code
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158564 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/DeclCXX.cpp')
-rw-r--r-- | lib/AST/DeclCXX.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AST/DeclCXX.cpp b/lib/AST/DeclCXX.cpp index 0e28a5e7dd..3d76e68ff7 100644 --- a/lib/AST/DeclCXX.cpp +++ b/lib/AST/DeclCXX.cpp @@ -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 |