From: Mark Kettenis Date: Fri, 13 Aug 2004 19:17:39 +0000 (+0000) Subject: * symconst.h (langMax): Fix typo in comment. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a439704cb84beb01f712f0e7fabb428f49e33959;p=pf3gnuchains%2Fpf3gnuchains3x.git * symconst.h (langMax): Fix typo in comment. --- diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog index d5f9737ae2..290a5070ab 100644 --- a/include/coff/ChangeLog +++ b/include/coff/ChangeLog @@ -1,3 +1,7 @@ +2004-08-13 Mark Kettenis + + * symconst.h (langMax): Fix typo in comment. + 2004-04-23 Chris Demetriou * mips.h (MIPS_R_RELHI, MIPS_R_RELLO, MIPS_R_SWITCH): Remove diff --git a/include/coff/symconst.h b/include/coff/symconst.h index f40eef2a31..3e45705f40 100644 --- a/include/coff/symconst.h +++ b/include/coff/symconst.h @@ -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 */