diff options
author | Roland Pesch <pesch@cygnus> | 1991-08-19 23:03:12 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1991-08-19 23:03:12 +0000 |
commit | 188d6d224e9e777c4083922b2789d9d81b155ee8 (patch) | |
tree | b9d18d667548f2760a178eb3d2753e7b8eaa81cd /bfd/archures.c | |
parent | 2791be2f81936dbbb516c84fae023e78a4d45b80 (diff) | |
download | gdb-188d6d224e9e777c4083922b2789d9d81b155ee8.zip gdb-188d6d224e9e777c4083922b2789d9d81b155ee8.tar.gz gdb-188d6d224e9e777c4083922b2789d9d81b155ee8.tar.bz2 |
Fixed minor typos.
Diffstat (limited to 'bfd/archures.c')
-rw-r--r-- | bfd/archures.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/archures.c b/bfd/archures.c index 94af442..55295a9 100644 --- a/bfd/archures.c +++ b/bfd/archures.c @@ -22,7 +22,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ @section Architectures BFD's idea of an architecture is implimented in @code{archures.c}. BFD keeps two atoms in a BFD describing the architecture of the data -attatched to the BFD, the @code{enum bfd_architecture arch} field and +attached to the BFD, the @code{enum bfd_architecture arch} field and the @code{unsigned long machine} field. */ |