]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix typo.
authorAlan Modra <amodra@gmail.com>
Mon, 17 Apr 2000 07:55:59 +0000 (07:55 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 17 Apr 2000 07:55:59 +0000 (07:55 +0000)
bfd/doc/ChangeLog
bfd/doc/bfdint.texi

index 9e8207ac570da42c092deab9be25bbd8654431b4..4e259a0e246c73da5a3a58ca7b9210b5b40c305c 100644 (file)
@@ -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.
index eb09b34a9d219bb3462dd6c26eb021f7e137ecf6..5a2478c87a722af799535ea68f08673e93882b5e 100644 (file)
@@ -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.