[AArch64] Add a "compnum" feature
[deliverable/binutils-gdb.git] / gas / struc-symbol.h
index 5076e365a4b69732f6942a9502696276e97a7df7..47930827be8c29e2f713c881b0074a8f37417aa2 100644 (file)
@@ -1,5 +1,5 @@
 /* struct_symbol.h - Internal symbol structure
-   Copyright (C) 1987-2015 Free Software Foundation, Inc.
+   Copyright (C) 1987-2017 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
 
 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.023784 seconds and 4 git commands to generate.