Skip to content

Commit

Permalink
Syntax fix in writer (#87)
Browse files Browse the repository at this point in the history
Fixes FTBFS from be5a392
  • Loading branch information
rcoup authored Oct 25, 2021
1 parent 86346c8 commit efd6644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epf/Writer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ namespace epf
// Since processors try to hold onto buffers until they are full, there can be times at
// which the buffers are exhaused and no more are available, but none are ready to be
// written. In this case, the buffers for the processor needing a new buffer flushed to
/ the queue even if they aren't full so that they can be reused. The active buffer for a
// the queue even if they aren't full so that they can be reused. The active buffer for a
// flushing processor is reserved, so there need to be at least one more buffer than the
// number of file processors, though typically there are many more buffers than file processors.
//
Expand Down

0 comments on commit efd6644

Please sign in to comment.