aboutsummaryrefslogtreecommitdiff
path: root/include/bfd.h
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1991-05-27 20:57:27 +0000
committerK. Richard Pixley <rich@cygnus>1991-05-27 20:57:27 +0000
commitc93e2c55fcbd85ecbeef181c5977d666953bdc3f (patch)
tree5f4f66fc224ddaf0186eb0791d13b59897eec7c7 /include/bfd.h
parent6c18e39366ff442912ba8ae828f73ad2d7a7e4d4 (diff)
downloadgdb-c93e2c55fcbd85ecbeef181c5977d666953bdc3f.zip
gdb-c93e2c55fcbd85ecbeef181c5977d666953bdc3f.tar.gz
gdb-c93e2c55fcbd85ecbeef181c5977d666953bdc3f.tar.bz2
Changed a comment.
Diffstat (limited to 'include/bfd.h')
-rw-r--r--include/bfd.h2
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 */
};