[PATCH] Fix typo in include/coff/symconst.h
Mark Kettenis
kettenis@chello.nl
Fri Aug 13 19:18:00 GMT 2004
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 */
More information about the Binutils
mailing list