diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-08-17 23:59:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-08-17 23:59:03 +0000 |
commit | b2eda92bacdc7ff03daf1d2b8d0c2bced961cc41 (patch) | |
tree | 44e8b91738259dfc38d919e796be1f65fb7e800e | |
parent | 364ff81ffb6d7d4da023fe10339f2882b63a1f24 (diff) |
Fix typo.cvs/glibc-4-egcs-1_1
-rw-r--r-- | elf/elf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |