aboutsummaryrefslogtreecommitdiff
path: root/ltrace-elf.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2013-10-14 20:09:31 +0200
committerPetr Machata <pmachata@redhat.com>2013-10-16 17:20:57 +0200
commita9a12bdd7d73c01d5ee88aed7e34bf2a9772e94d (patch)
tree1c128c65f7145a97cc7e557a54cd60ed886d345b /ltrace-elf.h
parent2f140bfae6d45ef119ad14252c0d99c30a91d3a6 (diff)
downloadltrace-a9a12bdd7d73c01d5ee88aed7e34bf2a9772e94d.tar.gz
Fix a commentary typo
Diffstat (limited to 'ltrace-elf.h')
-rw-r--r--ltrace-elf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ltrace-elf.h b/ltrace-elf.h
index 178258b..5bf72ed 100644
--- a/ltrace-elf.h
+++ b/ltrace-elf.h
@@ -99,7 +99,7 @@ Elf_Data *elf_loaddata(Elf_Scn *scn, GElf_Shdr *shdr);
/* The following three look for sections based on various criteria.
* They return 0 if there was no error, or a negative value if there
* was. If the section was found, it is returned in *TGT_SEC, and the
- * header is stored te TGT_SHDR. If it wasn't found, *TGT_SEC is set
+ * header is stored to TGT_SHDR. If it wasn't found, *TGT_SEC is set
* to NULL. */
int elf_get_section_covering(struct ltelf *lte, GElf_Addr addr,
Elf_Scn **tgt_sec, GElf_Shdr *tgt_shdr);