summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
Diffstat (limited to 'clang')
-rw-r--r--clang/include/clang/AST/ASTContext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/include/clang/AST/ASTContext.h b/clang/include/clang/AST/ASTContext.h
index c7faefc17fe..0b5d337a076 100644
--- a/clang/include/clang/AST/ASTContext.h
+++ b/clang/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.
OpenPOWER on IntegriCloud