From: Fred Fish Date: Sat, 14 May 2005 01:31:32 +0000 (+0000) Subject: Fix obvious typo in comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2db3311b5a615265483e9558ea2719ef2f624865;p=binutils-gdb.git Fix obvious typo in comment. 2005-05-13 Fred Fish * libbfd-in.h: Fix a comment typo, 'neaderst' -> 'nearest' * libbfd.h: Rebuilt. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a1978d14330..167c42d739a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2005-05-13 Fred Fish + + * libbfd-in.h: Fix a comment typo, 'neaderst' -> 'nearest' + * libbfd.h: Rebuilt. + 2005-05-13 Bob Wilson * elf32-xtensa.c (xtensa_get_property_section_name): Add missing diff --git a/bfd/libbfd-in.h b/bfd/libbfd-in.h index 2b87a9445b0..18c9e69fa69 100644 --- a/bfd/libbfd-in.h +++ b/bfd/libbfd-in.h @@ -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 *); diff --git a/bfd/libbfd.h b/bfd/libbfd.h index 7ba37d0393e..4706f16e719 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -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 *);