[PATCH] Fix typo in include/coff/symconst.h
Mark Kettenis
kettenis@chello.nl
Fri Aug 13 19:18:00 GMT 2004
More information about the Binutils mailing list
Fri Aug 13 19:18:00 GMT 2004
- Previous message (by thread): [PATCH] Fix objdump -d on ppc64 without dot syms (take 2)
- Next message (by thread): [committed] Small additions to config/acx.m4
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 */
- Previous message (by thread): [PATCH] Fix objdump -d on ppc64 without dot syms (take 2)
- Next message (by thread): [committed] Small additions to config/acx.m4
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list