Fix typo in previous commit
diff --git a/bfd/elf32-bfin.c b/bfd/elf32-bfin.c
index 9c5802a..b9d368f 100644
--- a/bfd/elf32-bfin.c
+++ b/bfd/elf32-bfin.c
@@ -5269,7 +5269,7 @@
 #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