aboutsummaryrefslogtreecommitdiff
path: root/gcc/diagnostic.c
diff options
context:
space:
mode:
authorJeffrey Oldham <oldham@codesourcery.com>2000-07-22 23:29:14 +0000
committerJeffrey D. Oldham <oldham@gcc.gnu.org>2000-07-22 23:29:14 +0000
commit4eb00163ad2a600403a9b36fdc7a47fd79ce98e6 (patch)
tree905decf88d64625f2e335c550face23d4df5671f /gcc/diagnostic.c
parent11489a95954d9b77b40c4a1621521564dd5b2e07 (diff)
downloadgcc-4eb00163ad2a600403a9b36fdc7a47fd79ce98e6.zip
gcc-4eb00163ad2a600403a9b36fdc7a47fd79ce98e6.tar.gz
gcc-4eb00163ad2a600403a9b36fdc7a47fd79ce98e6.tar.bz2
collect2.c (main): Typo fixed.
2000-07-22 Jeffrey Oldham <oldham@codesourcery.com> * collect2.c (main): Typo fixed. * diagnostic.c: Typo fixed. * dwarf2out.c (dwarf2out_frame_debug_expr): Typo fixed. * eh-common.h: Typo fixed. * emit-rtl.c (start_sequence): Typo fixed. * flow.c (find_label_refs): Typo fixed. (calculate_global_regs_live): Typo fixed. (mark_regno_cond_dead): Typo fixed. (create_edge_list): Typos fixed. (verify_edge_list): Typo fixed. * ggc-common.c (ggc_mark_rtx_children): Typo fixed. * loop.c (strength_reduce): Typo in function name fixed. * rtl.h: Added comments. Typo in function name fixed. * rtlanal.c: Typo in function name fixed. (insn_dependant_p): Rename to ... (insn_dependent_p): ... this. (computed_jumo_p): Typo fixed. From-SVN: r35194
Diffstat (limited to 'gcc/diagnostic.c')
-rw-r--r--gcc/diagnostic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/diagnostic.c b/gcc/diagnostic.c
index 3fb6f6b..1afe545 100644
--- a/gcc/diagnostic.c
+++ b/gcc/diagnostic.c
@@ -20,7 +20,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-/* This file implements the language independant aspect of diagnostic
+/* This file implements the language independent aspect of diagnostic
message module. */
#include "config.h"