* targets.h: Typo fix.
authorAlan Modra <amodra@gmail.com>
Tue, 1 Mar 2005 01:56:27 +0000 (01:56 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 1 Mar 2005 01:56:27 +0000 (01:56 +0000)
* bfd-in2.h: Regenerate.

bfd/ChangeLog
bfd/bfd-in2.h
bfd/targets.c

index ee38ffc924cd300593d12f3948f45c4cf2b096f3..9bb0c9ec84d61fd8eb4a91ce67350c9456a3f9ab 100644 (file)
@@ -1,5 +1,8 @@
 2005-03-01  Alan Modra  <amodra@bigpond.net.au>
 
+       * targets.h: Typo fix.
+       * bfd-in2.h: Regenerate.
+
        * bout.c (b_out_write_object_contents): Don't use sizeof on host
        structs to size on-disk structures.
        (b_out_set_section_contents): Size the external struct, not the
index 65a076d27d4dbc44ef8dfd885672a465b1daa7ad..1da3e69d2282036a2c77ccb912f505b87e8c7c83 100644 (file)
@@ -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 *);
index e1bfcc4d48aa9d70096f6565c0e7cf46f9eba0a0..e2d5b651f4cc7f734288c9ffb6ea2f57b0c22a86 100644 (file)
@@ -209,7 +209,7 @@ DESCRIPTION
 .  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 *);
This page took 0.031636 seconds and 4 git commands to generate.