diff options
Diffstat (limited to 'bfd/libecoff.h')
-rw-r--r-- | bfd/libecoff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/libecoff.h b/bfd/libecoff.h index 957ff1b..5f9e016 100644 --- a/bfd/libecoff.h +++ b/bfd/libecoff.h @@ -166,7 +166,7 @@ typedef struct ecoff_symbol_struct PTR native; } ecoff_symbol_type; -/* We take the address of the first element of a asymbol to ensure that the +/* We take the address of the first element of an asymbol to ensure that the macro is only ever applied to an asymbol. */ #define ecoffsymbol(asymbol) ((ecoff_symbol_type *) (&((asymbol)->the_bfd))) |