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] Fix typo in include/coff/symconst.h


Pointed out to me by Bruno Rohee.

Committed as obvious,

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* symconst.h (langMax): Fix typo in comment.

Index: symconst.h
===================================================================
RCS file: /cvs/src/src/include/coff/symconst.h,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 symconst.h
--- symconst.h 3 May 1999 07:29:03 -0000 1.1.1.1
+++ symconst.h 13 Aug 2004 19:15:35 -0000
@@ -48,7 +48,7 @@
 #define langStdc	9	/* FIXME: Collides with SGI langCplusplus */
 #define langCplusplus	9	/* FIXME: Collides with langStdc */
 #define langCplusplusV2	10	/* SGI addition */
-#define langMax		11	/* maximun allowed 32 -- 5 bits */
+#define langMax		11	/* maximum allowed 32 -- 5 bits */
 
 /* The following are value definitions for the fields in the SYMR */
 


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