[PATCH] ld: fix s/claimi/claim/ typo
[deliverable/binutils-gdb.git] / ld / ldmain.c
index 2fbd8b9da956b6d8c437833f2831f18f45194e89..54d3ee39cc828746d6114661e2ccdf32f1def8c8 100644 (file)
@@ -1,5 +1,5 @@
 /* Main program of GNU linker.
-   Copyright (C) 1991-2019 Free Software Foundation, Inc.
+   Copyright (C) 1991-2020 Free Software Foundation, Inc.
    Written by Steve Chamberlain steve@cygnus.com
 
    This file is part of the GNU Binutils.
@@ -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.037098 seconds and 4 git commands to generate.