Changed a comment.
This commit is contained in:
parent
6c18e39366
commit
c93e2c55fc
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue