This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] binutils/coffgrok.c: Fix a comment typo.


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 ?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]