summaryrefslogtreecommitdiff
path: root/libdw/libdw.h
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2011-07-14 12:59:26 +0200
committerMark Wielaard <mjw@redhat.com>2011-07-14 12:59:26 +0200
commit0b72b650b173fdf5467b337ff26e97e69daed869 (patch)
tree29aaf27deecf5ed2dadeae89c5139dd186a33c86 /libdw/libdw.h
parentbd75419d3ad5950e17b14cb713d98bade721e800 (diff)
downloadelfutils-0b72b650b173fdf5467b337ff26e97e69daed869.tar.gz
* libdw.h (dwarf_offdie): Fix documentation to mention .debug_info.
Diffstat (limited to 'libdw/libdw.h')
-rw-r--r--libdw/libdw.h2
1 files changed, 1 insertions, 1 deletions
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);