diff options
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r-- | binutils/readelf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c index 6b5bebe..4dcac96 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -11189,7 +11189,7 @@ get_alpha_symbol_other (unsigned int other) case STO_ALPHA_NOPV: return "NOPV"; case STO_ALPHA_STD_GPLOAD: return "STD GPLOAD"; default: - error (_("Unrecognized alpah specific other value: %u"), other); + error (_("Unrecognized alpha specific other value: %u"), other); return _("<unknown>"); } } |