Tidy bfdio to consistenly use containing archive
[deliverable/binutils-gdb.git] / bfd / bfd-in2.h
index 65735f026e6bfcf10f18bc756f022cb9abf7ff87..5ceb935d2701f52624b623f2055d0eddc89b60fd 100644 (file)
@@ -6789,8 +6789,9 @@ struct bfd
      least-recently-used list of BFDs.  */
   struct bfd *lru_prev, *lru_next;
 
-  /* When a file is closed by the caching routines, BFD retains
-     state information on the file here...  */
+  /* Track current file position (or current buffer offset for
+     in-memory BFDs).  When a file is closed by the caching routines,
+     BFD retains state information on the file here.  */
   ufile_ptr where;
 
   /* File modified time, if mtime_set is TRUE.  */
This page took 0.023354 seconds and 4 git commands to generate.