diff options
author | Martin Schaffner <schaffner@gmx.li> | 2003-06-25 23:01:10 +0200 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2003-06-25 21:01:10 +0000 |
commit | 48c4721eacdd2215e4b0335b50b5379c72924fd8 (patch) | |
tree | b4a345fc53ecdc92c71062989190b44bd6548a6a /gcc/cpphash.h | |
parent | f18754d6403e23cb34e62bb6e09a15a357fa2782 (diff) | |
download | gcc-48c4721eacdd2215e4b0335b50b5379c72924fd8.zip gcc-48c4721eacdd2215e4b0335b50b5379c72924fd8.tar.gz gcc-48c4721eacdd2215e4b0335b50b5379c72924fd8.tar.bz2 |
cppfiles.c: Clarify comments.
* cppfiles.c: Clarify comments.
* cpphash.h: Likewise.
* cpplib.h: Likewise.
* cppmacro.c: Likewise.
* mkdeps.h: Likewise.
From-SVN: r68496
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r-- | gcc/cpphash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h index 388d5c8..32fa1aa 100644 --- a/gcc/cpphash.h +++ b/gcc/cpphash.h @@ -392,7 +392,7 @@ struct cpp_reader list of recognized pragmas. */ struct pragma_entry *pragmas; - /* Call backs. */ + /* Call backs to cpplib client. */ struct cpp_callbacks cb; /* Identifier hash table. */ |