mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:54:41 +08:00
[PATCH] ld: fix s/claimi/claim/ typo
* ldmain.c (add_archive_element): Fix s/claimi/claim/ typo in info message.
This commit is contained in:
parent
e6ddf2af20
commit
6e0c75f7c4
@ -1,3 +1,8 @@
|
||||
2020-05-18 Sergei Trofimovich <siarheit@google.com>
|
||||
|
||||
* ldmain.c (add_archive_element): Fix s/claimi/claim/ typo
|
||||
in info message.
|
||||
|
||||
2020-05-18 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* po/sv.po: Update Swedish translation.
|
||||
|
@ -839,7 +839,7 @@ add_archive_element (struct bfd_link_info *info,
|
||||
/* Don't claim new IR symbols after all IR symbols have
|
||||
been claimed. */
|
||||
if (verbose)
|
||||
info_msg ("%pI: no new IR symbols to claimi\n",
|
||||
info_msg ("%pI: no new IR symbols to claim\n",
|
||||
&orig_input);
|
||||
input->flags.claimed = 0;
|
||||
return FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user