diff options
author | Alan Modra <modra@gmail.com> | 2005-11-03 02:52:51 +0000 |
---|---|---|
committer | Alan Modra <modra@gmail.com> | 2005-11-03 02:52:51 +0000 |
commit | 161a8490fbac528f190a7ef5bd6fbc44e997db48 (patch) | |
tree | 8f8c327c41787b343e610dc8e0c779dd6d00be69 /include/bfdlink.h | |
parent | 369adcf72fc67642dd6e8ab882f46f97dd7fe0c7 (diff) | |
download | cygnal-161a8490fbac528f190a7ef5bd6fbc44e997db48.tar.gz cygnal-161a8490fbac528f190a7ef5bd6fbc44e997db48.tar.bz2 cygnal-161a8490fbac528f190a7ef5bd6fbc44e997db48.zip |
* 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 66a5b4284..3c978e80b 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 { |