Fix typo in previous commit

This commit is contained in:
Nick Clifton 2016-06-28 17:03:11 +01:00
parent f4ab0e2d1d
commit bb95c51a23
1 changed files with 1 additions and 1 deletions

View File

@ -5269,7 +5269,7 @@ bfin_adjust_dynamic_symbol (struct bfd_link_info *info,
#else
if ((h->root.u.def.section->flags & SEC_ALLOC) != 0)
{
(*_bfd_error_handler) (_("the bfin target does not currently support the generation of copy relocations"),
(*_bfd_error_handler) (_("the bfin target does not currently support the generation of copy relocations"));
return FALSE;
}
#endif