diff options
| author | Larry Doolittle <ldoolitt@recycle.lbl.gov> | 2017-05-07 21:38:09 -0700 |
|---|---|---|
| committer | Larry Doolittle <ldoolitt@recycle.lbl.gov> | 2017-05-07 21:38:09 -0700 |
| commit | 19d8b8a17383863d45823e37f20a94cc1d55c3a6 (patch) | |
| tree | 5862658773da49c99ae77dfa0e578b3b519ed282 /coff.h | |
| parent | 1b9935cf36e83b389cb26008df93a654af3f2074 (diff) | |
| download | tinycc-19d8b8a17383863d45823e37f20a94cc1d55c3a6.tar.gz tinycc-19d8b8a17383863d45823e37f20a94cc1d55c3a6.tar.bz2 | |
Spelling fixes in C comments only
Diffstat (limited to 'coff.h')
| -rw-r--r-- | coff.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |
