summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-09-22 02:43:44 +0000
committerMike Stump <mrs@apple.com>2009-09-22 02:43:44 +0000
commit8ce0ea13604f48fd572f63daeb54ab035bc9f773 (patch)
tree88665b381f708e23bb78446357d78f7f73f53126 /clang/lib
parenta25a9dff0d537081e943cfa292eecd034608f5ee (diff)
downloadbcm5719-llvm-8ce0ea13604f48fd572f63daeb54ab035bc9f773.tar.gz
bcm5719-llvm-8ce0ea13604f48fd572f63daeb54ab035bc9f773.zip
Fix doc.
llvm-svn: 82511
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/AST/ASTContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/AST/ASTContext.cpp b/clang/lib/AST/ASTContext.cpp
index a12ac207d91..8fe5852328f 100644
--- a/clang/lib/AST/ASTContext.cpp
+++ b/clang/lib/AST/ASTContext.cpp
@@ -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) {
OpenPOWER on IntegriCloud