ld: Fix spelling mistake in comment.

ld/ChangeLog:

	* ld.h (struct args_type): Fix typo in comment.
This commit is contained in:
Andrew Burgess 2017-06-06 10:15:27 +01:00
parent 7bdf4127c3
commit 670b1a1335
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -172,7 +172,7 @@ typedef struct
/* If set, display the target memory usage (per memory region). */
bfd_boolean print_memory_usage;
/* Shold we force section groups to be resolved? Controlled with
/* Should we force section groups to be resolved? Controlled with
--force-group-allocation on the command line or FORCE_GROUP_ALLOCATION
in the linker script. */
bfd_boolean force_group_allocation;