diff options
author | Alan Modra <amodra@gmail.com> | 2005-11-03 02:52:51 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-11-03 02:52:51 +0000 |
commit | 6ed89c00083351e911fc11f817b1fdb7d21b7a7b (patch) | |
tree | 6448c4c8df6ced692e9ea6d9775e6633060ad69f /include/bfdlink.h | |
parent | a83b3ee0ec42a52d2afdaa5c7f0809075c3a3244 (diff) | |
download | gdb-6ed89c00083351e911fc11f817b1fdb7d21b7a7b.zip gdb-6ed89c00083351e911fc11f817b1fdb7d21b7a7b.tar.gz gdb-6ed89c00083351e911fc11f817b1fdb7d21b7a7b.tar.bz2 |
* bfdlink.h (struct bfd_link_order): Tweak comment.
Diffstat (limited to 'include/bfdlink.h')
-rw-r--r-- | include/bfdlink.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bfdlink.h b/include/bfdlink.h index 66a5b42..3c978e8 100644 --- a/include/bfdlink.h +++ b/include/bfdlink.h @@ -554,7 +554,7 @@ enum bfd_link_order_type }; /* This is the link_order structure itself. These form a chain - attached to the section whose contents they are describing. */ + attached to the output section whose contents they are describing. */ struct bfd_link_order { |