diff options
Diffstat (limited to 'bfd/elf32-v850.c')
-rw-r--r-- | bfd/elf32-v850.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-v850.c b/bfd/elf32-v850.c index a9c56cb..f33a520 100644 --- a/bfd/elf32-v850.c +++ b/bfd/elf32-v850.c @@ -2525,7 +2525,7 @@ v850_elf_merge_notes (bfd * ibfd, bfd *obfd) { _bfd_error_handler /* xgettext:c-format */ - (_("error: %B needs 8-byte aligment but %B is set for 4-byte alignment"), + (_("error: %B needs 8-byte alignment but %B is set for 4-byte alignment"), ibfd, obfd); result = FALSE; } |