aboutsummaryrefslogtreecommitdiff
path: root/include/libelf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libelf.h')
-rw-r--r--include/libelf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libelf.h b/include/libelf.h
index 29a4d04..5be3a32 100644
--- a/include/libelf.h
+++ b/include/libelf.h
@@ -56,7 +56,7 @@ struct ehdr {
#define SHT_SHLIB 10 /* Reserved */
#define SHT_DYNSYM 11 /* Dynamic loader symbol table */
-/* Section attributs (sh_flags) */
+/* Section attributes (sh_flags) */
#define SHF_WRITE 0x1
#define SHF_ALLOC 0x2
#define SHF_EXECINSTR 0x4