aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/ASTContext.cpp
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2013-01-26 20:50:23 +0000
committerFariborz Jahanian <fjahanian@apple.com>2013-01-26 20:50:23 +0000
commite3fac338e0e9d7cdbac8a19f741f6bb8a74e631d (patch)
treee1d2f4f821c847eb2e067216b49ab6fbdb6a8ee0 /lib/AST/ASTContext.cpp
parent87611cdd0c1a8e5648d63e141f471644c6f7dc64 (diff)
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173587 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/ASTContext.cpp')
-rw-r--r--lib/AST/ASTContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AST/ASTContext.cpp b/lib/AST/ASTContext.cpp
index 9107307700..1539b00939 100644
--- a/lib/AST/ASTContext.cpp
+++ b/lib/AST/ASTContext.cpp
@@ -428,7 +428,7 @@ comments::FullComment *ASTContext::getCommentForDecl(
return cloneFullComment(FC, D);
}
else if (const TypedefDecl *TD = dyn_cast<TypedefDecl>(D)) {
- // Attach enum's documentation to its typedef if latter
+ // Attach any tag type's documentation to its typedef if latter
// does not have one of its own.
QualType QT = TD->getUnderlyingType();
if (const TagType *TT = QT->getAs<TagType>())