diff options
-rw-r--r-- | include/clang/AST/ASTContext.h | 4 |
1 files changed, 2 insertions, 2 deletions
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. |