aboutsummaryrefslogtreecommitdiff
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
commit22bfad3734c2053f55e0606cf3fc531cdce53d4a (patch)
treea113a9f0d933bc545cdb5d4c7c351b7c2b0cd0e0 /bfd/som.c
parent594ee3a79f91d892f45d8667fa68f113b6a294d7 (diff)
downloadgdb-22bfad3734c2053f55e0606cf3fc531cdce53d4a.zip
gdb-22bfad3734c2053f55e0606cf3fc531cdce53d4a.tar.gz
gdb-22bfad3734c2053f55e0606cf3fc531cdce53d4a.tar.bz2
* 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 7524678..5903c1a 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))
{