summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2005-11-03 02:52:51 +0000
committerAlan Modra <amodra@bigpond.net.au>2005-11-03 02:52:51 +0000
commit53f34a510b687bae30588562ebcebe8c03c5cec3 (patch)
treefe272409d19ce37f6e3f2100176e393f479a990f
parent00cea92a005747cb7d97ffdf6d153648b4dbcbd6 (diff)
downloadbinutils-redhat-53f34a510b687bae30588562ebcebe8c03c5cec3.tar.gz
* bfdlink.h (struct bfd_link_order): Tweak comment.
-rw-r--r--include/ChangeLog4
-rw-r--r--include/bfdlink.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index e2c90f819a..9cd2da017e 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2005-11-03 Alan Modra <amodra@bigpond.net.au>
+
+ * bfdlink.h (struct bfd_link_order): Tweak comment.
+
2005-10-31 Mark Kettenis <kettenis@gnu.org>
* floatformat.h (enum floatformat_byteorders): Add
diff --git a/include/bfdlink.h b/include/bfdlink.h
index 66a5b42841..3c978e80bf 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
{