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

* options.h (--stub-group-multi): Fix typo.
This commit is contained in:
Alan Modra
2016-12-08 10:49:28 +10:30
parent da17fe9de9
commit 69a2af1016
2 changed files with 5 additions and 1 deletions

View File

@@ -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.

View File

@@ -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,