Changed a comment.

This commit is contained in:
K. Richard Pixley 1991-05-27 20:57:27 +00:00
parent 6c18e39366
commit c93e2c55fc

View file

@ -295,7 +295,7 @@ typedef struct relent_chain {
/* Used in generating armaps. Perhaps just a forward definition would do? */
struct orl { /* output ranlib */
char **name; /* symbol name */
file_ptr pos; /* element number or file position */
file_ptr pos; /* bfd* or file position */
int namidx; /* index into string table */
};