From: Theodore Papadopoulo Date: Mon, 13 Aug 2001 15:14:54 +0000 (+0200) Subject: dwarf2out.c (output_cfa_loc): Fix typo in comment. X-Git-Tag: prereleases/libstdc++-3.0.95~2682 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd49a9ecc483625d6ec53a65c092cf92807fe84e;p=thirdparty%2Fgcc.git dwarf2out.c (output_cfa_loc): Fix typo in comment. * dwarf2out.c (output_cfa_loc): Fix typo in comment. * gcc.c (init_spec): Fix typo in comment. * varasm.c (data_section): Fix typo in comment. From-SVN: r44855 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bdb2afc6d244..83e31b462e98 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2000-08-13 Theodore Papadopoulo + + * dwarf2out.c (output_cfa_loc): Fix typo in comment. + * gcc.c (init_spec): Fix typo in comment. + * varasm.c (data_section): Fix typo in comment. + Mon Aug 13 02:27:39 CEST 2001 Jan Hubicka * predict.c (dump_prediction): New argument "USED". diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index f940dda4ca81..740df260ca85 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -2854,7 +2854,7 @@ output_cfa_loc (cfi) output_loc_sequence (loc); } -/* This function builds a dwarf location descriptor seqeunce from +/* This function builds a dwarf location descriptor sequence from a dw_cfa_location. */ static struct dw_loc_descr_struct * diff --git a/gcc/gcc.c b/gcc/gcc.c index 5d1806323adf..835e7e69a5a8 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -1473,7 +1473,7 @@ init_spec () const char *p = libgcc_spec; int in_sep = 1; - /* Transform the extant libgcc_spec into one that uses the shared libgcc + /* Transform the extent libgcc_spec into one that uses the shared libgcc when given the proper command line arguments. */ while (*p) { diff --git a/gcc/varasm.c b/gcc/varasm.c index 5f2810aca4de..57c3aab07a45 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -248,7 +248,7 @@ data_section () } } /* Tell assembler to ALWAYS switch to data section, in case - it's not sure where it it. */ + it's not sure where it is. */ void force_data_section ()