Commit dd49a9ec by Theodore Papadopoulo Committed by Andreas Jaeger

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
parent e961606c
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".
......
......@@ -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 *
......
......@@ -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)
{
......
......@@ -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 ()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment