From b76033d90479fc0835bd3c04b5384cb9c2c746ae Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 6 Dec 2003 10:02:06 +0000 Subject: [PATCH] Fia x comment typo. --- binutils/coffgrok.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binutils/coffgrok.c b/binutils/coffgrok.c index 883ececb6a7..b2ec98c4bd8 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 ? -- 2.30.2