OSDN Git Service

Fix obvious typo in comment.
authorFred Fish <fnf@specifix.com>
Sat, 14 May 2005 01:31:32 +0000 (01:31 +0000)
committerFred Fish <fnf@specifix.com>
Sat, 14 May 2005 01:31:32 +0000 (01:31 +0000)
2005-05-13  Fred Fish  <fnf@specifixinc.com>
* libbfd-in.h: Fix a comment typo, 'neaderst' -> 'nearest'
* libbfd.h: Rebuilt.

bfd/ChangeLog
bfd/libbfd-in.h
bfd/libbfd.h

index a1978d1..167c42d 100644 (file)
@@ -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
index 2b87a94..18c9e69 100644 (file)
@@ -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 *);
index 7ba37d0..4706f16 100644 (file)
@@ -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 *);