]> granicus.if.org Git - clang/commitdiff
Fix doc.
authorMike Stump <mrs@apple.com>
Tue, 22 Sep 2009 02:43:44 +0000 (02:43 +0000)
committerMike Stump <mrs@apple.com>
Tue, 22 Sep 2009 02:43:44 +0000 (02:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82511 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/ASTContext.cpp

index a12ac207d910cc68fd7eec71d47cd5802267c2c8..8fe5852328f894f49967e8dd673bb7daf7fc96b9 100644 (file)
@@ -497,7 +497,7 @@ const llvm::fltSemantics &ASTContext::getFloatTypeSemantics(QualType T) const {
   }
 }
 
-/// getDeclAlign - Return a conservative estimate of the alignment of the
+/// getDeclAlignInBytes - Return a conservative estimate of the alignment of the
 /// specified decl.  Note that bitfields do not have a valid alignment, so
 /// this method will assert on them.
 unsigned ASTContext::getDeclAlignInBytes(const Decl *D) {