Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-08-13 23:17:39 +0400
committerMark Kettenis <kettenis@gnu.org>2004-08-13 23:17:39 +0400
commit23cbb697fa07904d201b836b86311296f56b9d6f (patch)
tree541297b2196b9fbde58bf87a2bc7ceb62cd23f4e /include/coff/symconst.h
parent42e90d8465494ef4a330a51e4b7a9dc7af6d533c (diff)
* symconst.h (langMax): Fix typo in comment.
Diffstat (limited to 'include/coff/symconst.h')
-rw-r--r--include/coff/symconst.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/coff/symconst.h b/include/coff/symconst.h
index f40eef2a3..3e45705f4 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 */