summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Dennett <jdennett@google.com>2012-06-15 22:28:09 +0000
committerJames Dennett <jdennett@google.com>2012-06-15 22:28:09 +0000
commitb5d5f8191f5c54dcbf38284cd2dc8379632f35bb (patch)
treeb5f917fda8681563718ecaf0cb9b032092f87991
parent13dffcb76658d9b5ce615f3e5d3f46722e1292df (diff)
downloadbcm5719-llvm-b5d5f8191f5c54dcbf38284cd2dc8379632f35bb.tar.gz
bcm5719-llvm-b5d5f8191f5c54dcbf38284cd2dc8379632f35bb.zip
Documentation cleanup: Made a parameter name in a \param command match the code
llvm-svn: 158564
-rw-r--r--clang/lib/AST/DeclCXX.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/AST/DeclCXX.cpp b/clang/lib/AST/DeclCXX.cpp
index 0e28a5e7dd7..3d76e68ff78 100644
--- a/clang/lib/AST/DeclCXX.cpp
+++ b/clang/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
OpenPOWER on IntegriCloud