* ldmain.c (add_archive_element): Fix s/claimi/claim/ typo
in info message.
+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.
/* 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;