summaryrefslogtreecommitdiff
path: root/elfutils/libelf/libelfP.h
diff options
context:
space:
mode:
Diffstat (limited to 'elfutils/libelf/libelfP.h')
-rw-r--r--elfutils/libelf/libelfP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/elfutils/libelf/libelfP.h b/elfutils/libelf/libelfP.h
index 2b8391bd..8f2f33a4 100644
--- a/elfutils/libelf/libelfP.h
+++ b/elfutils/libelf/libelfP.h
@@ -251,7 +251,7 @@ struct Elf_Scn
char *rawdata_base; /* The unmodified data of the section. */
char *data_base; /* The converted data of the section. */
- struct Elf_ScnList *list; /* Pointer the the section list element the
+ struct Elf_ScnList *list; /* Pointer to the section list element the
data is in. */
};