summaryrefslogtreecommitdiff
path: root/bfd/elf.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2012-07-01 08:23:12 +0000
committerAndreas Schwab <schwab@suse.de>2012-07-01 08:23:12 +0000
commit0c060bddb3649a2bff22c9cd99728364da99910f (patch)
treedba35575b6b34d07aa006ed737129896c5d926bc /bfd/elf.c
parent83e05bffeb5fbb662a3721d29a182b302df57d66 (diff)
downloadgdb-0c060bddb3649a2bff22c9cd99728364da99910f.tar.gz
* elf.c (_bfd_elf_make_section_from_shdr): Fix typo in error
message.
Diffstat (limited to 'bfd/elf.c')
-rw-r--r--bfd/elf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elf.c b/bfd/elf.c
index 1a5354895d8..cb3f72f4806 100644
--- a/bfd/elf.c
+++ b/bfd/elf.c
@@ -1038,7 +1038,7 @@ _bfd_elf_make_section_from_shdr (bfd *abfd,
if (!bfd_init_section_compress_status (abfd, newsect))
{
(*_bfd_error_handler)
- (_("%B: unable to initialize commpress status for section %s"),
+ (_("%B: unable to initialize compress status for section %s"),
abfd, name);
return FALSE;
}
@@ -1058,7 +1058,7 @@ _bfd_elf_make_section_from_shdr (bfd *abfd,
if (!bfd_init_section_decompress_status (abfd, newsect))
{
(*_bfd_error_handler)
- (_("%B: unable to initialize decommpress status for section %s"),
+ (_("%B: unable to initialize decompress status for section %s"),
abfd, name);
return FALSE;
}