ld: Fix spelling mistake in comment.
authorAndrew Burgess <andrew.burgess@embecosm.com>
Tue, 6 Jun 2017 09:15:27 +0000 (10:15 +0100)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Tue, 6 Jun 2017 09:15:27 +0000 (10:15 +0100)
ld/ChangeLog:

* ld.h (struct args_type): Fix typo in comment.

ld/ChangeLog
ld/ld.h

index e80477ffafc24847058672d122298c87ba84809a..cb30ebfa85ea0fda22caf1cd5cc4f508d92b0807 100644 (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.
diff --git a/ld/ld.h b/ld/ld.h
index d9bb65306ce2677ad68e3c4d079f2cb8bb10c7d9..162e156f0848bc73dc04b5cf67f22128caf3edb0 100644 (file)
--- 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;
This page took 0.033316 seconds and 4 git commands to generate.