diff options
author | Jeff Law <law@redhat.com> | 1999-08-24 06:26:39 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-08-24 06:26:39 +0000 |
commit | 7da1b1756d76fbc93cf555174096830bd486d920 (patch) | |
tree | 90b3bd0c354812e04f02c219c6f83d8f62a67c71 /bfd/som.c | |
parent | 0d2856175c7a3c7609d5a42010d3439b1f9be238 (diff) | |
download | binutils-gdb-7da1b1756d76fbc93cf555174096830bd486d920.tar.gz |
* som.c (som_slurp_symbol_table): Fix typo in comment.
Diffstat (limited to 'bfd/som.c')
-rw-r--r-- | bfd/som.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/som.c b/bfd/som.c index 4f6b11fefaa..16a5e4a7cf9 100644 --- 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; |