* symconst.h (langMax): Fix typo in comment.
authorMark Kettenis <kettenis@gnu.org>
Fri, 13 Aug 2004 19:17:39 +0000 (19:17 +0000)
committerMark Kettenis <kettenis@gnu.org>
Fri, 13 Aug 2004 19:17:39 +0000 (19:17 +0000)
include/coff/ChangeLog
include/coff/symconst.h

index d5f9737ae2ae03c1e53767f9f6cd1f92ab200f79..290a5070ab4b344f99c19f1697b82c6703228ed9 100644 (file)
@@ -1,3 +1,7 @@
+2004-08-13  Mark Kettenis  <kettenis@gnu.org>
+
+       * symconst.h (langMax): Fix typo in comment.
+
 2004-04-23  Chris Demetriou  <cgd@broadcom.com>
 
        * mips.h (MIPS_R_RELHI, MIPS_R_RELLO, MIPS_R_SWITCH): Remove
index f40eef2a3115686050fd0e6fc7e273284d9f946a..3e45705f4084b9be12175d669b1bcddb635eb03a 100644 (file)
@@ -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 */