Fix comment.

llvm-svn: 173587
This commit is contained in:
Fariborz Jahanian 2013-01-26 20:50:23 +00:00
parent 6522ad6e77
commit 0ea5183fd7
1 changed files with 1 additions and 1 deletions

View File

@ -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>())