From: Mike Stump Date: Tue, 28 Jul 2009 19:31:47 +0000 (+0000) Subject: Update comments. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fad9941a635a42ee644e7396ca84cbaaa5c1b6e;p=clang Update comments. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77355 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/ASTContext.h b/include/clang/AST/ASTContext.h index c7faefc17f..0b5d337a07 100644 --- a/include/clang/AST/ASTContext.h +++ b/include/clang/AST/ASTContext.h @@ -130,10 +130,10 @@ class ASTContext { /// \brief The type for the C FILE type. TypeDecl *FILEDecl; - /// \brief The type for the C FILE type. + /// \brief The type for the C jmp_buf type. TypeDecl *jmp_bufDecl; - /// \brief The type for the C FILE type. + /// \brief The type for the C sigjmp_buf type. TypeDecl *sigjmp_bufDecl; /// \brief Keeps track of all declaration attributes.