aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>2005-05-14 01:31:32 +0000
committerFred Fish <fnf@specifix.com>2005-05-14 01:31:32 +0000
commit2db3311b5a615265483e9558ea2719ef2f624865 (patch)
tree1d2d14a6bf8462cf0fae4063c8c8e1a58eaa3b4a
parent7db48a120a076805e337805789c214423c907a74 (diff)
downloadfsf-binutils-gdb-2db3311b5a615265483e9558ea2719ef2f624865.zip
fsf-binutils-gdb-2db3311b5a615265483e9558ea2719ef2f624865.tar.gz
fsf-binutils-gdb-2db3311b5a615265483e9558ea2719ef2f624865.tar.bz2
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.
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/libbfd-in.h2
-rw-r--r--bfd/libbfd.h2
3 files changed, 7 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index a1978d1..167c42d7 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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
diff --git a/bfd/libbfd-in.h b/bfd/libbfd-in.h
index 2b87a94..18c9e69 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 7ba37d0..4706f16 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 *);