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 a1978d14330fb5c9ab78b716e8835b6bdb734a25..167c42d739a2ffae1ce56faf9b839a3edafbbcbd 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 2b87a9445b0ac02ec336beac36ae5d93720e52de..18c9e69fa694b4c610758f10ce1d02c0635d4040 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 7ba37d0393ed00c772d66b71dc895ad9aa451c9b..4706f16e7195a6cb6884503ca67962d9d7e35026 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 *);
This page took 0.031148 seconds and 4 git commands to generate.