diff options
author | Eric Christopher <echristo@apple.com> | 2011-10-05 06:00:51 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-10-05 06:00:51 +0000 |
commit | 8a39a01a10dab883b71f5e889368f7dbcf5cb4ff (patch) | |
tree | 9155de4c87a4ced0165c160b993f60f661facd88 | |
parent | e9162f1ff8d81136a12998b14881c9a21b84b35c (diff) | |
download | bcm5719-llvm-8a39a01a10dab883b71f5e889368f7dbcf5cb4ff.tar.gz bcm5719-llvm-8a39a01a10dab883b71f5e889368f7dbcf5cb4ff.zip |
Fix doxygen comment.
llvm-svn: 141165
-rw-r--r-- | clang/lib/AST/RecordLayoutBuilder.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/AST/RecordLayoutBuilder.cpp b/clang/lib/AST/RecordLayoutBuilder.cpp index 4ed80fa56e3..97355dc04e0 100644 --- a/clang/lib/AST/RecordLayoutBuilder.cpp +++ b/clang/lib/AST/RecordLayoutBuilder.cpp @@ -2107,8 +2107,8 @@ const CXXMethodDecl *ASTContext::getKeyFunction(const CXXRecordDecl *RD) { return Entry; } -/// getInterfaceLayoutImpl - Get or compute information about the -/// layout of the given interface. +/// getObjCLayout - Get or compute information about the layout of the +/// given interface. /// /// \param Impl - If given, also include the layout of the interface's /// implementation. This may differ by including synthesized ivars. |