diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-05-16 12:39:54 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-05-16 12:39:54 +0000 |
commit | c3418f425801179142b1f09b100989b6af411d88 (patch) | |
tree | 1e50640eecb618d0b3fa87607094528acb0add62 /gcc/mips-tfile.c | |
parent | 01cc3b7526f036bef25d4140ef0903276a67aa9a (diff) | |
download | gcc-c3418f425801179142b1f09b100989b6af411d88.tar.gz |
Fix typos in comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9712 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/mips-tfile.c')
-rw-r--r-- | gcc/mips-tfile.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/mips-tfile.c b/gcc/mips-tfile.c index 85632c25782..5074e9bb7c4 100644 --- a/gcc/mips-tfile.c +++ b/gcc/mips-tfile.c @@ -2359,7 +2359,7 @@ add_aux_sym_tir (t, state, hash_tbl) : (t->sizes[i] * 8) / t->dimensions[i]); }; - /* NOTE: Mips documentation claism that the bitfield width goes here. + /* NOTE: Mips documentation claims that the bitfield width goes here. But it needs to be emitted earlier. */ return ret; @@ -3332,7 +3332,7 @@ parse_def (name_start) } else if (symbol_type == st_Member && t.num_sizes - t.extra_sizes == 1) - { /* Is this a bitfield? This is indicated by a structure memeber + { /* Is this a bitfield? This is indicated by a structure member having a size field that isn't an array. */ t.bitfield = 1; @@ -3632,7 +3632,7 @@ mark_stabs (start) { if (!stabs_seen) { - /* Add a dummy @stabs dymbol. */ + /* Add a dummy @stabs symbol. */ stabs_seen = 1; (void) add_local_symbol (stabs_symbol, stabs_symbol + sizeof (stabs_symbol), |