]> granicus.if.org Git - clang/commitdiff
Fix comment.
authorFariborz Jahanian <fjahanian@apple.com>
Sat, 26 Jan 2013 20:50:23 +0000 (20:50 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Sat, 26 Jan 2013 20:50:23 +0000 (20:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173587 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/ASTContext.cpp

index 91073077002fe717c7b5a8ea6be3cee7cc1dec75..1539b00939e4834db9f52a4733ae1587260dd3b3 100644 (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>())