about summary refs log tree commit diff
path: root/elf
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2013-08-29 09:08:54 +0200
committerOndřej Bílka <neleai@seznam.cz>2013-08-29 09:11:45 +0200
commit6f65e668957a50e153cba6822f747d13ad1b40ad (patch)
treedec30aa85e57419ac1eafffeab8548c973cac02f /elf
parentd0721e703d222c01a9e8c329311c4fb01dac6972 (diff)
downloadglibc-6f65e668957a50e153cba6822f747d13ad1b40ad.tar.gz
glibc-6f65e668957a50e153cba6822f747d13ad1b40ad.tar.xz
glibc-6f65e668957a50e153cba6822f747d13ad1b40ad.zip
Fix typos.
Diffstat (limited to 'elf')
-rw-r--r--elf/elf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/elf.h b/elf/elf.h
index f372271ede..fe55c928cd 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -811,7 +811,7 @@ typedef struct
 #define	DF_1_EDITED	0x00200000	/* Object is modified after built.  */
 #define	DF_1_NORELOC	0x00400000
 #define	DF_1_SYMINTPOSE	0x00800000	/* Object has individual interposers.  */
-#define	DF_1_GLOBAUDIT	0x01000000	/* Global auditin required.  */
+#define	DF_1_GLOBAUDIT	0x01000000	/* Global auditing required.  */
 #define	DF_1_SINGLETON	0x02000000	/* Singleton symbols are used.  */
 
 /* Flags for the feature selection in DT_FEATURE_1.  */