diff options
author | Alan Modra <amodra@gmail.com> | 2005-03-01 01:56:27 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-03-01 01:56:27 +0000 |
commit | a67a7b8bf54bf155b8dbce994708534176373434 (patch) | |
tree | 4b0e9a833f4a75f3920715d38198668996c5f469 /bfd/bfd-in2.h | |
parent | 44f2f9d2a3fca1612061a377f6c6f512be635fff (diff) | |
download | gdb-a67a7b8bf54bf155b8dbce994708534176373434.zip gdb-a67a7b8bf54bf155b8dbce994708534176373434.tar.gz gdb-a67a7b8bf54bf155b8dbce994708534176373434.tar.bz2 |
* targets.h: Typo fix.
* bfd-in2.h: Regenerate.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 65a076d..1da3e69 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -4370,7 +4370,7 @@ typedef struct bfd_target unsigned short ar_max_namelen; /* Entries for byte swapping for data. These are different from the - other entry points, since they don't take a BFD asthe first argument. + other entry points, since they don't take a BFD as the first argument. Certain other handlers could do the same. */ bfd_uint64_t (*bfd_getx64) (const void *); bfd_int64_t (*bfd_getx_signed_64) (const void *); |