diff options
| author | Mike Stump <mrs@apple.com> | 2009-07-28 19:31:47 +0000 |
|---|---|---|
| committer | Mike Stump <mrs@apple.com> | 2009-07-28 19:31:47 +0000 |
| commit | 9b706bcd98825cca5f232aeab564f9c1da28ddb7 (patch) | |
| tree | eb456aca0359b94cc2f3b64229228675626b775b /clang | |
| parent | c6c5dbd5b80cae7af95eda9e7cbfe2c4e81959d2 (diff) | |
| download | bcm5719-llvm-9b706bcd98825cca5f232aeab564f9c1da28ddb7.tar.gz bcm5719-llvm-9b706bcd98825cca5f232aeab564f9c1da28ddb7.zip | |
Update comments.
llvm-svn: 77355
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/include/clang/AST/ASTContext.h | 4 |
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. |

