From: Nick Clifton Date: Tue, 28 Jun 2016 16:03:11 +0000 (+0100) Subject: Fix typo in previous commit X-Git-Tag: users/hjl/linux/release/2.26.51.0.2~1^2~1^2~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb95c51a232dffb46067c402ac62f1f3303b6bbd;p=thirdparty%2Fbinutils-gdb.git Fix typo in previous commit --- diff --git a/bfd/elf32-bfin.c b/bfd/elf32-bfin.c index 9c5802ae332..b9d368fe5c7 100644 --- a/bfd/elf32-bfin.c +++ b/bfd/elf32-bfin.c @@ -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