]> granicus.if.org Git - clang/commitdiff
Fix doxygen comment.
authorEric Christopher <echristo@apple.com>
Wed, 5 Oct 2011 06:00:51 +0000 (06:00 +0000)
committerEric Christopher <echristo@apple.com>
Wed, 5 Oct 2011 06:00:51 +0000 (06:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141165 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/RecordLayoutBuilder.cpp

index 4ed80fa56e38eba5c769159775ee9c3f7b4c0c3f..97355dc04e045d2c613b85b0c0c8af890f61a5b4 100644 (file)
@@ -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.