about summary refs log tree commit diff
path: root/elf
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-01-15 22:32:26 +0000
committerUlrich Drepper <drepper@redhat.com>2004-01-15 22:32:26 +0000
commit828037ae0e5ce383531e73d5878a4a700669e295 (patch)
tree7bdb5189623792e802e7af3846033c4473205d2d /elf
parent80f50bfacf31b3641b8e8d437e97e4bd3947521d (diff)
downloadglibc-828037ae0e5ce383531e73d5878a4a700669e295.tar.gz
glibc-828037ae0e5ce383531e73d5878a4a700669e295.tar.xz
glibc-828037ae0e5ce383531e73d5878a4a700669e295.zip
Update.
	* elf/elf.h: Fix typo in comment.
Diffstat (limited to 'elf')
-rw-r--r--elf/elf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/elf.h b/elf/elf.h
index 9a4da6591e..198dc7fe38 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -363,8 +363,8 @@ typedef struct
 #define SHF_MASKPROC	     0xf0000000	/* Processor-specific */
 #define SHF_ORDERED	     (1 << 30)	/* Special ordering requirement
 					   (Solaris).  */
-#define SHF_EXCLUDE	     (1 << 31)	/* Section is excluded unless refereced
-					   or allocated (Solaris).  */
+#define SHF_EXCLUDE	     (1 << 31)	/* Section is excluded unless
+					   referenced or allocated (Solaris).*/
 
 /* Section group handling.  */
 #define GRP_COMDAT	0x1		/* Mark group as COMDAT.  */