diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-08-13 19:17:39 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-08-13 19:17:39 +0000 |
commit | 23cbb697fa07904d201b836b86311296f56b9d6f (patch) | |
tree | 541297b2196b9fbde58bf87a2bc7ceb62cd23f4e | |
parent | 42e90d8465494ef4a330a51e4b7a9dc7af6d533c (diff) | |
download | newlib-23cbb697fa07904d201b836b86311296f56b9d6f.zip newlib-23cbb697fa07904d201b836b86311296f56b9d6f.tar.gz newlib-23cbb697fa07904d201b836b86311296f56b9d6f.tar.bz2 |
* symconst.h (langMax): Fix typo in comment.
-rw-r--r-- | include/coff/ChangeLog | 4 | ||||
-rw-r--r-- | include/coff/symconst.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog index d5f9737..290a507 100644 --- a/include/coff/ChangeLog +++ b/include/coff/ChangeLog @@ -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 diff --git a/include/coff/symconst.h b/include/coff/symconst.h index f40eef2..3e45705 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 */ |