summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2000-04-17 07:55:59 +0000
committerAlan Modra <amodra@bigpond.net.au>2000-04-17 07:55:59 +0000
commitf0a8f5af3d92877c263609c2775e60a7df851255 (patch)
treeb769a7ca6ea94956792d66939a544e954fe32220
parent982daabb5046ea4b52b3f48e25409d4e27c78a1f (diff)
downloadgdb-f0a8f5af3d92877c263609c2775e60a7df851255.tar.gz
Fix typo.
-rw-r--r--bfd/doc/ChangeLog4
-rw-r--r--bfd/doc/bfdint.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/doc/ChangeLog b/bfd/doc/ChangeLog
index 9e8207ac570..4e259a0e246 100644
--- a/bfd/doc/ChangeLog
+++ b/bfd/doc/ChangeLog
@@ -1,3 +1,7 @@
+2000-04-17 Ben Elliston <bje@redhat.com>
+
+ * bfdint.texi (BFD_JUMP_TABLE macros): Fix typo.
+
Thu Feb 4 23:21:36 1999 Ian Lance Taylor <ian@cygnus.com>
* Makefile.in: Rebuild with current autoconf/automake.
diff --git a/bfd/doc/bfdint.texi b/bfd/doc/bfdint.texi
index eb09b34a9d2..5a2478c87a7 100644
--- a/bfd/doc/bfdint.texi
+++ b/bfd/doc/bfdint.texi
@@ -447,7 +447,7 @@ For example, the @samp{BFD_JUMP_TABLE_RELOCS} macro defines three
functions: @samp{_get_reloc_upper_bound}, @samp{_canonicalize_reloc},
and @samp{_bfd_reloc_type_lookup}. A reference like
@samp{BFD_JUMP_TABLE_RELOCS (foo)} will expand into three functions
-prefixed with @samp{foo}: @samp{foo_get_reloc_upper_found}, etc. The
+prefixed with @samp{foo}: @samp{foo_get_reloc_upper_bound}, etc. The
@samp{BFD_JUMP_TABLE_RELOCS} macro will be placed such that those three
functions initialize the appropriate fields in the BFD target vector.