* aout-encap.c: Fix comment typos.
[deliverable/binutils-gdb.git] / bfd / libcoff.h
index e0c77d9a2d4ceb02cd0aecadf4c91de8b4107fc8..f26a692bee8ffc11d16afffa1f4581e484ffb1d7 100644 (file)
@@ -177,7 +177,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.024208 seconds and 4 git commands to generate.