Changed a comment.
authorK. Richard Pixley <rich@cygnus>
Mon, 27 May 1991 20:57:27 +0000 (20:57 +0000)
committerK. Richard Pixley <rich@cygnus>
Mon, 27 May 1991 20:57:27 +0000 (20:57 +0000)
include/bfd.h

index 379cc66a8bfb0f0c7065968dbb533bc4079c7b22..2d102082469c36a7d3c286cac9b52ba5c304af9e 100644 (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 */
 };