aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-score.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/elf32-score.c')
-rw-r--r--bfd/elf32-score.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elf32-score.c b/bfd/elf32-score.c
index 66ae645..91d92cc 100644
--- a/bfd/elf32-score.c
+++ b/bfd/elf32-score.c
@@ -2741,7 +2741,7 @@ s3_bfd_score_elf_relocate_section (bfd *output_bfd,
/* Use bfd_reloc_other to check lw48, sw48 word align. */
case bfd_reloc_other:
- msg = _("address not word align");
+ msg = _("address not word aligned");
goto common_error;
default:
@@ -2822,7 +2822,7 @@ s3_bfd_score_elf_check_relocs (bfd *abfd,
{
_bfd_error_handler
/* xgettext:c-format */
- (_("%pB: Malformed reloc detected for section %pA"), abfd, sec);
+ (_("%pB: malformed reloc detected for section %pA"), abfd, sec);
bfd_set_error (bfd_error_bad_value);
return FALSE;
}