From 6f65e668957a50e153cba6822f747d13ad1b40ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20B=C3=ADlka?= Date: Thu, 29 Aug 2013 09:08:54 +0200 Subject: Fix typos. --- elf/elf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elf/elf.h') 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. */ -- cgit v1.2.3