diff options
Diffstat (limited to 'bfd/libxcoff.h')
-rw-r--r-- | bfd/libxcoff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/libxcoff.h b/bfd/libxcoff.h index 3c2532a66b6..b0ac0501f58 100644 --- a/bfd/libxcoff.h +++ b/bfd/libxcoff.h @@ -49,7 +49,7 @@ struct xcoff_backend_data_rec void (* _xcoff_swap_ldrel_in)(bfd *, const PTR, struct internal_ldrel *); void (* _xcoff_swap_ldrel_out)(bfd *, const struct internal_ldrel *, PTR); - /* size of the the external struct */ + /* size of the external struct */ unsigned int _xcoff_ldhdrsz; unsigned int _xcoff_ldsymsz; unsigned int _xcoff_ldrelsz; |