summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-08-13 19:17:39 +0000
committerMark Kettenis <kettenis@gnu.org>2004-08-13 19:17:39 +0000
commit75c964d8c4e3085a6925d673799c8c278f681da8 (patch)
tree87e3d5065aec99a2e3671765089bb03253ec82a7 /include
parent1382e27f020a3e2c150cd1a1cf616d10b7a15c01 (diff)
downloadgdb-75c964d8c4e3085a6925d673799c8c278f681da8.tar.gz
* symconst.h (langMax): Fix typo in comment.
Diffstat (limited to 'include')
-rw-r--r--include/coff/ChangeLog4
-rw-r--r--include/coff/symconst.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog
index d5f9737ae2a..290a5070ab4 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 f40eef2a311..3e45705f408 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 */