aboutsummaryrefslogtreecommitdiff
path: root/bfd/som.c
diff options
context:
space:
mode:
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 4f6b11f..16a5e4a 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;