diff options
Diffstat (limited to 'gcc/debug.h')
-rw-r--r-- | gcc/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |