aboutsummaryrefslogtreecommitdiff
path: root/coff.h
diff options
context:
space:
mode:
Diffstat (limited to 'coff.h')
-rw-r--r--coff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/coff.h b/coff.h
index ea871a7..e8e6185 100644
--- a/coff.h
+++ b/coff.h
@@ -22,7 +22,7 @@ struct filehdr {
/*------------------------------------------------------------------------*/
#define F_RELFLG 0x01 /* relocation info stripped from file */
#define F_EXEC 0x02 /* file is executable (no unresolved refs) */
-#define F_LNNO 0x04 /* line nunbers stripped from file */
+#define F_LNNO 0x04 /* line numbers stripped from file */
#define F_LSYMS 0x08 /* local symbols stripped from file */
#define F_GSP10 0x10 /* 34010 version */
#define F_GSP20 0x20 /* 34020 version */