* aout-encap.c: Fix comment typos.
[deliverable/binutils-gdb.git] / bfd / libcoff-in.h
index 17962495ad17676a272ff9c0dd6ae30042b7ca2e..bbccbbaa93b999a90e1109e11bfe9f59529054ab 100644 (file)
@@ -173,7 +173,7 @@ struct xcoff_tdata
 
 #define xcoff_data(abfd) ((abfd)->tdata.xcoff_obj_data)
 
-/* We take the address of the first element of a asymbol to ensure that the
+/* We take the address of the first element of an asymbol to ensure that the
  * macro is only ever applied to an asymbol.  */
 #define coffsymbol(asymbol) ((coff_symbol_type *)(&((asymbol)->the_bfd)))
 
This page took 0.02595 seconds and 4 git commands to generate.