x86: Add tests for -n option of x86 assembler
[deliverable/binutils-gdb.git] / gas / struc-symbol.h
index 35affcbf4bcb8900ead996faa58f2bc22965d067..47930827be8c29e2f713c881b0074a8f37417aa2 100644 (file)
 
 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
This page took 0.022828 seconds and 4 git commands to generate.