diff options
| author | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-13 15:14:54 +0000 |
|---|---|---|
| committer | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-13 15:14:54 +0000 |
| commit | f77825d7dd259369d113ac6a7a9bf1d2f8f84f01 (patch) | |
| tree | 079b9ac1ad1f33ac1f08074eb350989cda5e8122 /gcc | |
| parent | db95859b259f047a26cf2bc12af69f55f302589b (diff) | |
| download | ppe42-gcc-f77825d7dd259369d113ac6a7a9bf1d2f8f84f01.tar.gz ppe42-gcc-f77825d7dd259369d113ac6a7a9bf1d2f8f84f01.zip | |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44855 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 6 | ||||
| -rw-r--r-- | gcc/dwarf2out.c | 2 | ||||
| -rw-r--r-- | gcc/gcc.c | 2 | ||||
| -rw-r--r-- | gcc/varasm.c | 2 |
4 files changed, 9 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bdb2afc6d24..83e31b462e9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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". diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index f940dda4ca8..740df260ca8 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 5d1806323ad..835e7e69a5a 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 5f2810aca4d..57c3aab07a4 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 () |

