[patch] binutils/coffgrok.c: Fix a comment typo.
Kazu Hirata
kazu@cs.umass.edu
Sat Dec 6 10:02:00 GMT 2003
More information about the Binutils mailing list
Sat Dec 6 10:02:00 GMT 2003
- Previous message (by thread): ld's --enable-new-dtags shortcomings
- Next message (by thread): [committed] MIPS gas dropping symbol offsets
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
Committed as obvious.
Kazu Hirata
Index: coffgrok.c
===================================================================
RCS file: /cvs/src/src/binutils/coffgrok.c,v
retrieving revision 1.9
diff -u -r1.9 coffgrok.c
--- coffgrok.c 6 Dec 2003 00:06:12 -0000 1.9
+++ coffgrok.c 6 Dec 2003 10:01:01 -0000
@@ -370,7 +370,7 @@
{
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 ?
- Previous message (by thread): ld's --enable-new-dtags shortcomings
- Next message (by thread): [committed] MIPS gas dropping symbol offsets
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list