]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
* libdw.h (dwarf_offdie): Fix documentation to mention .debug_info.
authorMark Wielaard <mjw@redhat.com>
Thu, 14 Jul 2011 10:59:26 +0000 (12:59 +0200)
committerMark Wielaard <mjw@redhat.com>
Thu, 14 Jul 2011 10:59:26 +0000 (12:59 +0200)
libdw/ChangeLog
libdw/libdw.h

index fc7d6295bae15cc974b73af647b258923cf19320..1a09b33060bddbd3486acecd1f3657c960d3177b 100644 (file)
@@ -1,3 +1,7 @@
+2011-07-14  Mark Wielaard  <mjw@redhat.com>
+
+       * libdw.h (dwarf_offdie): Fix documentation to mention .debug_info.
+
 2011-05-16  Jakub Jelinek  <jakub@redhat.com>
 
        * dwarf.h (DW_OP_GNU_const_type, DW_OP_GNU_regval_type,
index d36238ed78c4e239d06eb487c1136960815c1898..e001b7a4e0deb17063323b7269e591d0e3a67017 100644 (file)
@@ -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);