aboutsummaryrefslogtreecommitdiff
path: root/bfd/doc
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2002-12-20 00:35:03 +0000
committerKazu Hirata <kazu@codesourcery.com>2002-12-20 00:35:03 +0000
commit4ee79850e0be403d5ce348b156c7af9b8df05220 (patch)
tree548b5153badc1dbe839f1b9fc1eeef7a0a544db5 /bfd/doc
parent66e25bab621c0f46430803161b76d537087a8e85 (diff)
downloadfsf-binutils-gdb-4ee79850e0be403d5ce348b156c7af9b8df05220.zip
fsf-binutils-gdb-4ee79850e0be403d5ce348b156c7af9b8df05220.tar.gz
fsf-binutils-gdb-4ee79850e0be403d5ce348b156c7af9b8df05220.tar.bz2
* doc/bfdint.texi: Fix typos.
Diffstat (limited to 'bfd/doc')
-rw-r--r--bfd/doc/bfdint.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/doc/bfdint.texi b/bfd/doc/bfdint.texi
index d2996dc..27375cd 100644
--- a/bfd/doc/bfdint.texi
+++ b/bfd/doc/bfdint.texi
@@ -1611,7 +1611,7 @@ called @file{@var{cpu}.h}. This file should define any target specific
information which may be needed outside of the BFD code. In particular
it should use the @samp{START_RELOC_NUMBERS}, @samp{RELOC_NUMBER},
@samp{FAKE_RELOC}, @samp{EMPTY_RELOC} and @samp{END_RELOC_NUMBERS}
-macros to create a table mapping the number used to indentify a
+macros to create a table mapping the number used to identify a
relocation to a name describing that relocation.
While not a BFD component, you probably also want to make the binutils
@@ -1788,7 +1788,7 @@ The implementation within BFD of a particular object file format. The
set of functions which appear in a particular target vector.
@item BFD
-The BFD library itself. Also, each object file, archive, or exectable
+The BFD library itself. Also, each object file, archive, or executable
opened by the BFD library has the type @samp{bfd *}, and is sometimes
referred to as a bfd.