aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpphash.h
diff options
context:
space:
mode:
authorMartin Schaffner <schaffner@gmx.li>2003-06-25 23:01:10 +0200
committerNeil Booth <neil@gcc.gnu.org>2003-06-25 21:01:10 +0000
commit48c4721eacdd2215e4b0335b50b5379c72924fd8 (patch)
treeb4a345fc53ecdc92c71062989190b44bd6548a6a /gcc/cpphash.h
parentf18754d6403e23cb34e62bb6e09a15a357fa2782 (diff)
downloadgcc-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.h2
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. */