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 | 68395a7a9c5ec4400c4d76f16ee20d9b4c9326d8 (patch) | |
tree | 42e6eab8e72683945fc9ca9d8fcee8e25b56f9d3 | |
parent | dbc2144408c1bbc643a9362225aea8a050b444a7 (diff) |
Fix doxygen comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141165 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/AST/RecordLayoutBuilder.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/AST/RecordLayoutBuilder.cpp b/lib/AST/RecordLayoutBuilder.cpp index 4ed80fa56e..97355dc04e 100644 --- a/lib/AST/RecordLayoutBuilder.cpp +++ b/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. |