diff options
author | K. Richard Pixley <rich@cygnus> | 1991-05-27 20:57:27 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-05-27 20:57:27 +0000 |
commit | c93e2c55fcbd85ecbeef181c5977d666953bdc3f (patch) | |
tree | 5f4f66fc224ddaf0186eb0791d13b59897eec7c7 /include/bfd.h | |
parent | 6c18e39366ff442912ba8ae828f73ad2d7a7e4d4 (diff) | |
download | gdb-c93e2c55fcbd85ecbeef181c5977d666953bdc3f.zip gdb-c93e2c55fcbd85ecbeef181c5977d666953bdc3f.tar.gz gdb-c93e2c55fcbd85ecbeef181c5977d666953bdc3f.tar.bz2 |
Changed a comment.
Diffstat (limited to 'include/bfd.h')
-rw-r--r-- | include/bfd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bfd.h b/include/bfd.h index 379cc66..2d10208 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 */ }; |