diff options
Diffstat (limited to 'gas/struc-symbol.h')
-rw-r--r-- | gas/struc-symbol.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/struc-symbol.h b/gas/struc-symbol.h index 35affcb..4793082 100644 --- a/gas/struc-symbol.h +++ b/gas/struc-symbol.h @@ -23,10 +23,10 @@ struct symbol_flags { - /* Wether the symbol is a local_symbol. */ + /* Whether the symbol is a local_symbol. */ unsigned int sy_local_symbol : 1; - /* Wether symbol has been written. */ + /* Weather symbol has been written. */ unsigned int sy_written : 1; /* Whether symbol value has been completely resolved (used during |