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 | baac671d83feb637506b004de0cb99076aba7e0b (patch) | |
tree | 00c80729878848a97e6ec4455e5c052d8ffe3c71 /bfd/dwarf2.c | |
parent | 346561b71f7fc346329b0fed3adae5509b8e40a6 (diff) | |
download | gdb-baac671d83feb637506b004de0cb99076aba7e0b.tar.gz |
* 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 6182ea9ac35..6f3664cc5a8 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 |