diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-18 02:26:43 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-18 02:26:43 +0000 |
commit | d716ce7550da0dcd99ca4759fdfcdcef7793c0f6 (patch) | |
tree | 6a219732ec330734a0ab46ead554f3e3bd32ba25 /gcc/diagnostic.h | |
parent | 36b12ba76e5aff7b2fe792d1c739016e4bd71a4c (diff) | |
download | gcc-d716ce7550da0dcd99ca4759fdfcdcef7793c0f6.tar.gz |
* alias.c: Fix comment typos.
* basic-block.h: Likewise.
* c-common.c: Likewise.
* c-common.h: Likewise.
* c-decl.c: Likewise.
* c-opts.c: Likewise.
* c-pragma.c: Likewise.
* c-pretty-print.h: Likewise.
* cfg.c: Likewise.
* cfganal.c: Likewise.
* cfgbuild.c: Likewise.
* cfgcleanup.c: Likewise.
* cfglayout.c: Likewise.
* cfgrtl.c: Likewise.
* convert.c: Likewise.
* cpphash.h: Likewise.
* cpplex.c: Likewise.
* cpplib.h: Likewise.
* df.h: Likewise.
* diagnostic.c: Likewise.
* diagnostic.h: Likewise.
* dwarf2.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61462 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/diagnostic.h')
-rw-r--r-- | gcc/diagnostic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/diagnostic.h b/gcc/diagnostic.h index aad9a58cbed..2bb0f8af349 100644 --- a/gcc/diagnostic.h +++ b/gcc/diagnostic.h @@ -33,7 +33,7 @@ typedef struct va_list *args_ptr; } text_info; -/* Contants used to discreminate diagnostics. */ +/* Contants used to discriminate diagnostics. */ typedef enum { #define DEFINE_DIAGNOSTIC_KIND(K, M) K, @@ -282,7 +282,7 @@ extern diagnostic_context *global_dc; #define report_diagnostic(D) diagnostic_report_diagnostic (global_dc, D) -/* Dignostic related functions. */ +/* Diagnostic related functions. */ extern void diagnostic_initialize PARAMS ((diagnostic_context *)); extern void diagnostic_report_current_module PARAMS ((diagnostic_context *)); extern void diagnostic_report_current_function PARAMS ((diagnostic_context *)); |