From: K. Richard Pixley Date: Mon, 27 May 1991 20:57:27 +0000 (+0000) Subject: Changed a comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c93e2c55fcbd85ecbeef181c5977d666953bdc3f;p=binutils-gdb.git Changed a comment. --- diff --git a/include/bfd.h b/include/bfd.h index 379cc66a8bf..2d102082469 100644 --- a/include/bfd.h +++ b/include/bfd.h @@ -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 */ };