Fix obvious typo in comment.
2005-05-13 Fred Fish <fnf@specifixinc.com> * libbfd-in.h: Fix a comment typo, 'neaderst' -> 'nearest' * libbfd.h: Rebuilt.
This commit is contained in:
parent
7db48a120a
commit
2db3311b5a
@ -1,3 +1,8 @@
|
||||
2005-05-13 Fred Fish <fnf@specifixinc.com>
|
||||
|
||||
* libbfd-in.h: Fix a comment typo, 'neaderst' -> 'nearest'
|
||||
* libbfd.h: Rebuilt.
|
||||
|
||||
2005-05-13 Bob Wilson <bob.wilson@acm.org>
|
||||
|
||||
* elf32-xtensa.c (xtensa_get_property_section_name): Add missing
|
||||
|
@ -415,7 +415,7 @@ extern bfd_boolean _bfd_stab_section_find_nearest_line
|
||||
(bfd *, asymbol **, asection *, bfd_vma, bfd_boolean *,
|
||||
const char **, const char **, unsigned int *, void **);
|
||||
|
||||
/* Find the neaderst line using DWARF 1 debugging information. */
|
||||
/* Find the nearest line using DWARF 1 debugging information. */
|
||||
extern bfd_boolean _bfd_dwarf1_find_nearest_line
|
||||
(bfd *, asection *, asymbol **, bfd_vma, const char **,
|
||||
const char **, unsigned int *);
|
||||
|
@ -420,7 +420,7 @@ extern bfd_boolean _bfd_stab_section_find_nearest_line
|
||||
(bfd *, asymbol **, asection *, bfd_vma, bfd_boolean *,
|
||||
const char **, const char **, unsigned int *, void **);
|
||||
|
||||
/* Find the neaderst line using DWARF 1 debugging information. */
|
||||
/* Find the nearest line using DWARF 1 debugging information. */
|
||||
extern bfd_boolean _bfd_dwarf1_find_nearest_line
|
||||
(bfd *, asection *, asymbol **, bfd_vma, const char **,
|
||||
const char **, unsigned int *);
|
||||
|
Loading…
x
Reference in New Issue
Block a user