]> granicus.if.org Git - clang/commitdiff
Update comments.
authorMike Stump <mrs@apple.com>
Tue, 28 Jul 2009 19:31:47 +0000 (19:31 +0000)
committerMike Stump <mrs@apple.com>
Tue, 28 Jul 2009 19:31:47 +0000 (19:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77355 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/ASTContext.h

index c7faefc17fe6d53c0e47ce0a183136dab5a6b23a..0b5d337a07661af7649a4b1b775057518146a79e 100644 (file)
@@ -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.