summaryrefslogtreecommitdiffstats
path: root/libelf/libelfP.h
diff options
context:
space:
mode:
authorMarek Polacek <mpolacek@redhat.com>2011-04-15 11:41:32 +0200
committerMarek Polacek <mpolacek@redhat.com>2011-04-16 14:43:57 +0200
commited52618203ac78179e3a0cf36db5bdca8958da1d (patch)
tree4ddaa672e519fe8e202317be9b0bc85068549422 /libelf/libelfP.h
parentdbb490fad0fb4924e7cd0ae3991dec1cda0de644 (diff)
downloadandroid_external_elfutils-ed52618203ac78179e3a0cf36db5bdca8958da1d.tar.gz
android_external_elfutils-ed52618203ac78179e3a0cf36db5bdca8958da1d.tar.bz2
android_external_elfutils-ed52618203ac78179e3a0cf36db5bdca8958da1d.zip
Fix doubled words.
Diffstat (limited to 'libelf/libelfP.h')
-rw-r--r--libelf/libelfP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libelf/libelfP.h b/libelf/libelfP.h
index 2b8391bd..8f2f33a4 100644
--- a/libelf/libelfP.h
+++ b/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. */
};