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
This commit is contained in:
Theodore Papadopoulo 2001-08-13 17:14:54 +02:00 committed by Andreas Jaeger
parent e961606cfd
commit dd49a9ecc4
4 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2000-08-13 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
* 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 <jh@suse.cz>
* predict.c (dump_prediction): New argument "USED".

View File

@ -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 *

View File

@ -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)
{

View File

@ -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 ()