diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-12-06 10:02:06 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-12-06 10:02:06 +0000 |
commit | b76033d90479fc0835bd3c04b5384cb9c2c746ae (patch) | |
tree | db253047c3c6a1da08631499d21b12077dbdb4a0 /binutils/coffgrok.c | |
parent | 0bec1a84217638c72440d327833509e556e6665b (diff) | |
download | gdb-b76033d90479fc0835bd3c04b5384cb9c2c746ae.zip gdb-b76033d90479fc0835bd3c04b5384cb9c2c746ae.tar.gz gdb-b76033d90479fc0835bd3c04b5384cb9c2c746ae.tar.bz2 |
Fia x comment typo.
Diffstat (limited to 'binutils/coffgrok.c')
-rw-r--r-- | binutils/coffgrok.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/coffgrok.c b/binutils/coffgrok.c index 883ecec..b2ec98c 100644 --- a/binutils/coffgrok.c +++ b/binutils/coffgrok.c @@ -370,7 +370,7 @@ do_type (int i) { if (aux->x_sym.x_tagndx.p) { - /* Refe0rring 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 ? |