summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wielaard <[email protected]>2011-07-14 12:59:26 +0200
committerMark Wielaard <[email protected]>2011-07-14 12:59:26 +0200
commit0b72b650b173fdf5467b337ff26e97e69daed869 (patch)
tree29aaf27deecf5ed2dadeae89c5139dd186a33c86
parentbd75419d3ad5950e17b14cb713d98bade721e800 (diff)
* libdw.h (dwarf_offdie): Fix documentation to mention .debug_info.
-rw-r--r--libdw/ChangeLog4
-rw-r--r--libdw/libdw.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/libdw/ChangeLog b/libdw/ChangeLog
index fc7d6295..1a09b330 100644
--- a/libdw/ChangeLog
+++ b/libdw/ChangeLog
@@ -1,3 +1,7 @@
+2011-07-14 Mark Wielaard <[email protected]>
+
+ * libdw.h (dwarf_offdie): Fix documentation to mention .debug_info.
+
2011-05-16 Jakub Jelinek <[email protected]>
* dwarf.h (DW_OP_GNU_const_type, DW_OP_GNU_regval_type,
diff --git a/libdw/libdw.h b/libdw/libdw.h
index d36238ed..e001b7a4 100644
--- a/libdw/libdw.h
+++ b/libdw/libdw.h
@@ -346,7 +346,7 @@ extern Dwarf_CFI *dwarf_getcfi_elf (Elf *elf);
extern int dwarf_cfi_end (Dwarf_CFI *cache);
-/* Return DIE at given offset in .debug_types section. */
+/* Return DIE at given offset in .debug_info section. */
extern Dwarf_Die *dwarf_offdie (Dwarf *dbg, Dwarf_Off offset,
Dwarf_Die *result) __nonnull_attribute__ (3);