diff options
author | Ben Elliston <bje@au.ibm.com> | 2004-05-21 01:58:03 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2004-05-21 01:58:03 +0000 |
commit | cd9172901c1faef312f18bb2d852a968ae1260dd (patch) | |
tree | 64af135d3d1523546dfdd039806bec6a6f93bafa /bfd/dwarf2.c | |
parent | 4d35077f9162fcd759e4b27fb8ffc047f1095708 (diff) | |
download | gdb-cd9172901c1faef312f18bb2d852a968ae1260dd.zip gdb-cd9172901c1faef312f18bb2d852a968ae1260dd.tar.gz gdb-cd9172901c1faef312f18bb2d852a968ae1260dd.tar.bz2 |
* dwarf2.c (_bfd_dwarf2_find_nearest_line): Comment correction.
Diffstat (limited to 'bfd/dwarf2.c')
-rw-r--r-- | bfd/dwarf2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/dwarf2.c b/bfd/dwarf2.c index 6182ea9..6f3664c 100644 --- a/bfd/dwarf2.c +++ b/bfd/dwarf2.c @@ -1676,7 +1676,7 @@ find_debug_info (bfd *abfd, asection *after_sec) return NULL; } -/* The DWARF2 version of find_nearest line. Return TRUE if the line +/* The DWARF2 version of find_nearest_line. Return TRUE if the line is found without error. ADDR_SIZE is the number of bytes in the initial .debug_info length field and in the abbreviation offset. You may use zero to indicate that the default value should be |