From: Andrew Burgess Date: Tue, 6 Jun 2017 09:15:27 +0000 (+0100) Subject: ld: Fix spelling mistake in comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=670b1a13351f34c38ea1abb6cb20e247fb002015;p=binutils-gdb.git ld: Fix spelling mistake in comment. ld/ChangeLog: * ld.h (struct args_type): Fix typo in comment. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index e80477ffafc..cb30ebfa85e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2017-06-06 Andrew Burgess + + * ld.h (struct args_type): Fix typo in comment. + 2017-06-06 Andrew Burgess * ld.h (struct args_type): Add force_group_allocation field. diff --git a/ld/ld.h b/ld/ld.h index d9bb65306ce..162e156f084 100644 --- a/ld/ld.h +++ b/ld/ld.h @@ -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;