summaryrefslogtreecommitdiff
path: root/bfd/coff-z8k.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/coff-z8k.c')
-rw-r--r--bfd/coff-z8k.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff-z8k.c b/bfd/coff-z8k.c
index 15c7f9d218..db55cc1355 100644
--- a/bfd/coff-z8k.c
+++ b/bfd/coff-z8k.c
@@ -197,7 +197,7 @@ extra_case (in_abfd, link_info, link_order, reloc, data, src_ptr, dst_ptr)
{
bfd_vma dst = bfd_coff_reloc16_get_value (reloc, link_info,
input_section);
- /* Adresses are 23 bit, and the layout of those in a 32-bit
+ /* Addresses are 23 bit, and the layout of those in a 32-bit
value is as follows:
1AAAAAAA xxxxxxxx AAAAAAAA AAAAAAAA
(A - address bits, x - ignore). */