Commit dbeca61c authored by Heikki Linnakangas's avatar Heikki Linnakangas

Remove leftover reference to "indirect blocks" in comment.

Peter Geoghegan
parent e54f7572
...@@ -591,9 +591,9 @@ LogicalTapeRewindForRead(LogicalTapeSet *lts, int tapenum, size_t buffer_size) ...@@ -591,9 +591,9 @@ LogicalTapeRewindForRead(LogicalTapeSet *lts, int tapenum, size_t buffer_size)
* Rewind logical tape and switch from reading to writing. * Rewind logical tape and switch from reading to writing.
* *
* NOTE: we assume the caller has read the tape to the end; otherwise * NOTE: we assume the caller has read the tape to the end; otherwise
* untouched data and indirect blocks will not have been freed. We * untouched data will not have been freed. We could add more code to free
* could add more code to free any unread blocks, but in current usage * any unread blocks, but in current usage of this module it'd be useless
* of this module it'd be useless code. * code.
*/ */
void void
LogicalTapeRewindForWrite(LogicalTapeSet *lts, int tapenum) LogicalTapeRewindForWrite(LogicalTapeSet *lts, int tapenum)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment