* README: Fix a typo.
[deliverable/binutils-gdb.git] / bfd / libecoff.h
index 957ff1bf9ca028bada213ba8da81e772a88fef78..5f9e016b9f65475a3778898eb2102dca7759ee2f 100644 (file)
@@ -166,7 +166,7 @@ typedef struct ecoff_symbol_struct
   PTR native;
 } ecoff_symbol_type;
 
-/* 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 ecoffsymbol(asymbol) ((ecoff_symbol_type *) (&((asymbol)->the_bfd)))
 
This page took 0.024205 seconds and 4 git commands to generate.