a.out.h typo (Bug#398, reported by 7shi)

This commit is contained in:
David van Moolenbroek 2010-02-07 12:01:37 +00:00
parent c5001b0a5f
commit 448f4305e2

View file

@ -68,7 +68,7 @@ struct reloc {
unsigned short r_type; /* relocation type */
};
/* r_tyep values: */
/* r_type values: */
#define R_ABBS 0
#define R_RELLBYTE 2
#define R_PCRBYTE 3