ld/ChangeLog:
* ld.h (struct args_type): Fix typo in comment.
+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.
/* 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;