From 457275b654f3dbfc4d26ce1e7ec4c4f862ca463f Mon Sep 17 00:00:00 2001 From: kazu Date: Sat, 14 Sep 2002 15:51:45 +0000 Subject: * ChangeLog: Follow spelling conventions. * ChangeLog.0: Likewise. * ChangeLog.2: Likewise. * ChangeLog.3: Likewise. * ChangeLog.4: Likewise. * ChangeLog.5: Likewise. * ChangeLog.6: Likewise. * cppfiles.c: Likewise. * cppinit.c: Likewise. * cpplib.h: Likewise. * cse.c: Likewise. * debug.h: Likewise. * df.c: Likewise. * dominance.c: Likewise. * hashtable.c: Likewise. * hashtable.h: Likewise. * loop.c: Likewise. * config/arm/README-interworking: Likewise. * config/arm/arm.c: Likewise. * config/arm/arm.h: Likewise. * config/arm/arm.md: Likewise. * config/dsp16xx/dsp16xx.h: Likewise. * config/frv/frv.c: Likewise. * config/frv/frv.h: Likewise. * config/ip2k/ip2k.h: Likewise. * config/rs6000/rs6000.c: Likewise. * config/stormy16/stormy-abi: Likewise. * config/stormy16/stormy16.h: Likewise. * config/v850/v850.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57146 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/debug.h') diff --git a/gcc/debug.h b/gcc/debug.h index 8b65567b5ab..11c996fddd0 100644 --- a/gcc/debug.h +++ b/gcc/debug.h @@ -23,7 +23,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ toplev.c according to command line options. */ struct gcc_debug_hooks { - /* Initialise debug output. MAIN_FILENAME is the name of the main + /* Initialize debug output. MAIN_FILENAME is the name of the main input file. */ void (* init) PARAMS ((const char *main_filename)); -- cgit v1.2.1