summaryrefslogtreecommitdiffstats
path: root/libdwarf
diff options
context:
space:
mode:
authorUlrich Drepper <[email protected]>2008-01-18 19:59:08 +0000
committerUlrich Drepper <[email protected]>2008-01-18 19:59:08 +0000
commit35f08c4d52d0ffd9f8aa50f47b84de5603842b1f (patch)
tree7def9d6d4ef3ffea169252d44325cb039294129d /libdwarf
parent4173bd8d5dd43413ba0635e2a74bc57a9478fb13 (diff)
propagate from branch 'com.redhat.elfutils.nickc.pending' (head 28d6423325f0cc14a133eb6b92a8c3604e437ba6)
to branch 'com.redhat.elfutils' (head 6ef48518ed8497626058574c787852bd939d46ee)
Diffstat (limited to 'libdwarf')
-rw-r--r--libdwarf/ChangeLog4
-rw-r--r--libdwarf/libdwarf.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/libdwarf/ChangeLog b/libdwarf/ChangeLog
index c46ffcb6..4c63735e 100644
--- a/libdwarf/ChangeLog
+++ b/libdwarf/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-17 Nick Clifton <[email protected]>
+
+ * libdwarf.h: Fix typo in comment.
+
2003-08-11 Ulrich Drepper <[email protected]>
* Moved to CVS archive.
diff --git a/libdwarf/libdwarf.h b/libdwarf/libdwarf.h
index 284b8a38..2a2b9e3e 100644
--- a/libdwarf/libdwarf.h
+++ b/libdwarf/libdwarf.h
@@ -134,7 +134,7 @@ extern int dwarf_init (int fd, Dwarf_Unsigned access,
Dwarf_Handler errhand, Dwarf_Ptr errarg,
Dwarf_Debug *dbg, Dwarf_Error *errdesc);
-/* Similar to `dwarf_init' but instead of a file descriptor of ELF
+/* Similar to `dwarf_init' but instead of a file descriptor an ELF
descriptor is passed. */
extern int dwarf_elf_init (Elf *elf, Dwarf_Unsigned access,
Dwarf_Handler errhand, Dwarf_Ptr errarg,