From 670b1a13351f34c38ea1abb6cb20e247fb002015 Mon Sep 17 00:00:00 2001 From: Andrew Burgess Date: Tue, 6 Jun 2017 10:15:27 +0100 Subject: [PATCH] ld: Fix spelling mistake in comment. ld/ChangeLog: * ld.h (struct args_type): Fix typo in comment. --- ld/ChangeLog | 4 ++++ ld/ld.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + * ld.h (struct args_type): Fix typo in comment. + +2017-06-06 Andrew Burgess + * ld.h (struct args_type): Add force_group_allocation field. * ldgram.y: Add support for FORCE_GROUP_ALLOCATION. * ldlex.h: Likewise. diff --git a/ld/ld.h b/ld/ld.h index d9bb653..162e156 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; -- 2.7.4