diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-25 21:01:10 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-25 21:01:10 +0000 |
commit | 5c120a725520c03a71acee6adb19daf9dba4d0aa (patch) | |
tree | b4a345fc53ecdc92c71062989190b44bd6548a6a /gcc/cpphash.h | |
parent | 9cf6679e085217d7889ecb74decc28b6c05dcc61 (diff) | |
download | gcc-5c120a725520c03a71acee6adb19daf9dba4d0aa.tar.gz |
* cppfiles.c: Clarify comments.
* cpphash.h: Likewise.
* cpplib.h: Likewise.
* cppmacro.c: Likewise.
* mkdeps.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68496 138bc75d-0d04-0410-961f-82ee72b054a4
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 388d5c87452..32fa1aaae1e 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. */ |