* som.c (som_slurp_symbol_table): Fix typo in comment.
authorJeff Law <law@redhat.com>
Tue, 24 Aug 1999 06:26:39 +0000 (06:26 +0000)
committerJeff Law <law@redhat.com>
Tue, 24 Aug 1999 06:26:39 +0000 (06:26 +0000)
bfd/ChangeLog
bfd/som.c

index dfcaaef098b808e8e82c7ac36865b94bcb1417d0..140e7e5b246ab818c3cc8f662a150111d91e2642 100644 (file)
@@ -1,3 +1,7 @@
+Tue Aug 24 00:25:58 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * som.c (som_slurp_symbol_table): Fix typo in comment.
+
 Fri Aug 20 17:01:23 1999  Jeffrey A Law  (law@cygnus.com)
 
        * elf-hppa.h (elf_hppa_fake_sections): Compute section indices
index 4f6b11fefaa8fd945a2218034d7b34cb32253161..16a5e4a7cf92f9ad73b5703849be0d11ea23252d 100644 (file)
--- a/bfd/som.c
+++ b/bfd/som.c
@@ -4291,7 +4291,7 @@ som_slurp_symbol_table (abfd)
          som_symbol_data (sym)->tc_data.ap.hppa_priv_level =
            sym->symbol.value & 0x3;
          sym->symbol.value &= ~0x3;
-         /* If the symbol's scope is ST_UNSAT, then these are
+         /* If the symbol's scope is SS_UNSAT, then these are
             undefined function symbols.  */
          if (bufp->symbol_scope == SS_UNSAT)
            sym->symbol.flags |= BSF_FUNCTION;
This page took 0.034509 seconds and 4 git commands to generate.