aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2023-03-06 13:49:27 +0100
committerAlexey Kardashevskiy <aik@ozlabs.ru>2023-03-28 18:53:23 +1100
commitadc561044f17d21c4d164cbe07068a3851450f8f (patch)
tree0074618444d341247e5e7350d830975c672d45b0 /include
parente8124ca96e34f702fbbf60925461a5f9857b46a1 (diff)
downloadSLOF-adc561044f17d21c4d164cbe07068a3851450f8f.zip
SLOF-adc561044f17d21c4d164cbe07068a3851450f8f.tar.gz
SLOF-adc561044f17d21c4d164cbe07068a3851450f8f.tar.bz2
Fix remaining typos in various folders
Found with the "codespell" utility Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'include')
-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