Fix typo.

This commit is contained in:
Ulrich Drepper 1998-08-17 23:59:03 +00:00
parent 364ff81ffb
commit b2eda92bac
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ typedef struct
#define ET_EXEC 2 /* Executable file */
#define ET_DYN 3 /* Shared object file */
#define ET_CORE 4 /* Core file */
#define ET_NUM 5 /* Number of defined types. */
#define ET_NUM 5 /* Number of defined types */
#define ET_LOPROC 0xff00 /* Processor-specific */
#define ET_HIPROC 0xffff /* Processor-specific */