diff options
author | Andrew Burgess <andrew.burgess@embecosm.com> | 2017-06-06 10:15:27 +0100 |
---|---|---|
committer | Andrew Burgess <andrew.burgess@embecosm.com> | 2017-06-06 10:15:27 +0100 |
commit | 670b1a13351f34c38ea1abb6cb20e247fb002015 (patch) | |
tree | c51a432dc49d6585c1eac7769c3870ede08d99a7 /ld/ChangeLog | |
parent | 7bdf4127c38081c7764c0bf1db55d0b2e56391dc (diff) | |
download | gdb-670b1a13351f34c38ea1abb6cb20e247fb002015.zip gdb-670b1a13351f34c38ea1abb6cb20e247fb002015.tar.gz gdb-670b1a13351f34c38ea1abb6cb20e247fb002015.tar.bz2 |
ld: Fix spelling mistake in comment.
ld/ChangeLog:
* ld.h (struct args_type): Fix typo in comment.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index e80477f..cb30ebf 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,9 @@ 2017-06-06 Andrew Burgess <andrew.burgess@embecosm.com> + * ld.h (struct args_type): Fix typo in comment. + +2017-06-06 Andrew Burgess <andrew.burgess@embecosm.com> + * ld.h (struct args_type): Add force_group_allocation field. * ldgram.y: Add support for FORCE_GROUP_ALLOCATION. * ldlex.h: Likewise. |