From 5c120a725520c03a71acee6adb19daf9dba4d0aa Mon Sep 17 00:00:00 2001 From: neil Date: Wed, 25 Jun 2003 21:01:10 +0000 Subject: * 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 --- gcc/cpplib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cpplib.h') diff --git a/gcc/cpplib.h b/gcc/cpplib.h index 7e9c5d5510c..aad2841ac62 100644 --- a/gcc/cpplib.h +++ b/gcc/cpplib.h @@ -371,7 +371,7 @@ struct cpp_options unsigned char stdc_0_in_system_headers; }; -/* Call backs. */ +/* Call backs to cpplib client. */ struct cpp_callbacks { /* Called when a new line of preprocessed output is started. */ -- cgit v1.2.3