[cfe-commits] r82511 - /cfe/trunk/lib/AST/ASTContext.cpp
Mike Stump
mrs at apple.com
Mon Sep 21 19:43:44 PDT 2009
Author: mrs
Date: Mon Sep 21 21:43:44 2009
New Revision: 82511
URL: http://llvm.org/viewvc/llvm-project?rev=82511&view=rev
Log:
Fix doc.
Modified:
cfe/trunk/lib/AST/ASTContext.cpp
Modified: cfe/trunk/lib/AST/ASTContext.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/ASTContext.cpp?rev=82511&r1=82510&r2=82511&view=diff
==============================================================================
--- cfe/trunk/lib/AST/ASTContext.cpp (original)
+++ cfe/trunk/lib/AST/ASTContext.cpp Mon Sep 21 21:43:44 2009
@@ -497,7 +497,7 @@
}
}
-/// 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) {
More information about the cfe-commits
mailing list