This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] [GOLD] fix typo in --stub-group-multi help


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=69a2af1016e03239f7af4e55268bd27fc500f800

commit 69a2af1016e03239f7af4e55268bd27fc500f800
Author: Alan Modra <amodra@gmail.com>
Date:   Thu Dec 8 10:49:28 2016 +1030

    [GOLD] fix typo in --stub-group-multi help
    
    	* options.h (--stub-group-multi): Fix typo.

Diff:
---
 gold/ChangeLog | 4 ++++
 gold/options.h | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gold/ChangeLog b/gold/ChangeLog
index 2fcd80e..8b99909 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,7 @@
+2016-12-08  Alan Modra  <amodra@gmail.com>
+
+	* options.h (--stub-group-multi): Fix typo.
+
 2016-12-07  Alan Modra  <amodra@gmail.com>
 
 	* options.h (--stub-group-multi): New PowerPC option.
diff --git a/gold/options.h b/gold/options.h
index 6722667..75b2f09 100644
--- a/gold/options.h
+++ b/gold/options.h
@@ -1220,7 +1220,7 @@ class General_options
 	     N_("SIZE"));
 
   DEFINE_bool(stub_group_multi, options::TWO_DASHES, '\0', false,
-	      N_("(PowerpC only) Allow a group of stubs to serve multiple "
+	      N_("(PowerPC only) Allow a group of stubs to serve multiple "
 		 "output sections"), NULL);
 
   DEFINE_uint(split_stack_adjust_size, options::TWO_DASHES, '\0', 0x4000,


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]