aboutsummaryrefslogtreecommitdiff
path: root/binutils/coffgrok.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2003-10-27 13:20:32 +0000
committerKazu Hirata <kazu@codesourcery.com>2003-10-27 13:20:32 +0000
commit50c2245bd8d8b406e46e3888df92f2443f76a94f (patch)
tree056f2d7f4a4d4d4d9d7aacfad9a831c215ad8353 /binutils/coffgrok.c
parented570f48a0c7fa84eb8c8fb0a0861074ccd4f55f (diff)
* ChangeLog: Fix typos.
* ChangeLog-9197: Likewise. * ChangeLog-9899: Likewise. * NEWS: Likewise. * ar.c: Fix comment typos. * arsup.c: Likewise. * coffgrok.c: Likewise. * debug.c: Likewise. * debug.h: Likewise. * dlltool.c: Likewise. * ieee.c: Likewise. * nm.c: Likewise. * objdump.c: Likewise. * prdbg.c: Likewise. * readelf.c: Likewise. * resrc.c: Likewise. * sysinfo.y: Likewise. * windres.c: Likewise.
Diffstat (limited to 'binutils/coffgrok.c')
-rw-r--r--binutils/coffgrok.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/coffgrok.c b/binutils/coffgrok.c
index a6145c95a5..256e8c6495 100644
--- a/binutils/coffgrok.c
+++ b/binutils/coffgrok.c
@@ -370,7 +370,7 @@ do_type (int i)
{
if (aux->x_sym.x_tagndx.p)
{
- /* Refering to a struct defined elsewhere */
+ /* Referring to a struct defined elsewhere */
res->type = coff_structref_type;
res->u.astructref.ref = tindex[INDEXOF (aux->x_sym.x_tagndx.p)];
res->size = res->u.astructref.ref ?
@@ -389,7 +389,7 @@ do_type (int i)
}
else
{
- /* No auxents - it's anonynmous */
+ /* No auxents - it's anonymous */
res->type = coff_structref_type;
res->u.astructref.ref = 0;
res->size = 0;