]> sourceware.org Git - glibc.git/commitdiff
Fix typo. cvs/glibc-4-egcs-1_1
authorUlrich Drepper <drepper@redhat.com>
Mon, 17 Aug 1998 23:59:03 +0000 (23:59 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 17 Aug 1998 23:59:03 +0000 (23:59 +0000)
elf/elf.h

index 2737bc69497ba3901e0d197e0d0fd066706a6023..dfcadf3cf277ea56f0129b5d007d360900d6f91a 100644 (file)
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -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 */
 
This page took 0.042272 seconds and 5 git commands to generate.