summaryrefslogtreecommitdiffstats
path: root/libdwarf
diff options
context:
space:
mode:
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,