[PATCH] ld: fix s/claimi/claim/ typo
authorSergei Trofimovich <siarheit@google.com>
Mon, 18 May 2020 12:51:23 +0000 (13:51 +0100)
committerNick Clifton <nickc@redhat.com>
Mon, 18 May 2020 12:51:23 +0000 (13:51 +0100)
* ldmain.c (add_archive_element): Fix s/claimi/claim/ typo
in info message.

ld/ChangeLog
ld/ldmain.c

index 154ead75210496630366d66025d6d73088d5b994..2b30359b96805c03936c01f32b07108141501190 100644 (file)
@@ -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.
index c4af10f4e9121949b1b66df6428e95e66ce3eed4..54d3ee39cc828746d6114661e2ccdf32f1def8c8 100644 (file)
@@ -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;
This page took 0.025571 seconds and 4 git commands to generate.