summaryrefslogtreecommitdiff
path: root/bfd/som.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2004-06-25 18:30:54 +0000
committerJoel Brobecker <brobecker@gnat.com>2004-06-25 18:30:54 +0000
commit2db3734d425f5f8a7d2e731dec1a1bebbf4db114 (patch)
tree22dd666aabfce1b892ba309781770e160775db66 /bfd/som.c
parent625c4e994b33d9197c82dd10e8ef6ecb270cb7d1 (diff)
downloadbinutils-redhat-2db3734d425f5f8a7d2e731dec1a1bebbf4db114.tar.gz
* som.c (som_set_reloc_info): Correct small typo.
Diffstat (limited to 'bfd/som.c')
-rw-r--r--bfd/som.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/som.c b/bfd/som.c
index 752467819c..5903c1a025 100644
--- a/bfd/som.c
+++ b/bfd/som.c
@@ -4953,7 +4953,7 @@ som_set_reloc_info (fixup, end, internal_relocs, section, symbols, just_count)
/* Got to read the damn contents first. We don't
bother saving the contents (yet). Add it one
day if the need arises. */
- bfd_bute *contents;
+ bfd_byte *contents;
if (!bfd_malloc_and_get_section (section->owner, section,
&contents))
{