* som.c (som_set_reloc_info): Correct small typo.
[deliverable/binutils-gdb.git] / bfd / som.c
index 752467819c47c2fe40691fd19f58748cd0092187..5903c1a025e2834205d0e97905984910c3fef288 100644 (file)
--- 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))
                        {
This page took 0.022971 seconds and 4 git commands to generate.