Skip to content

Commit 05c3ace

Browse files
committed
Very tiny changes.
1 parent d0b6a4f commit 05c3ace

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/parser/TurtleParser.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -822,8 +822,9 @@ bool TurtleStreamParser<T>::getLine(TurtleTriple* triple) {
822822

823823
// We will use the following trick: For a batch that is forwarded to the
824824
// parallel parser, we will first increment `numBatchesTotal_` and then call
825-
// the following lambda after the batch has completely parsed and the result
826-
// pushed to the `tripleCollector_`. We thus get the invariant that `batchIdx_
825+
// the following lambda after the batch has completely been parsed and the
826+
// result pushed to the `tripleCollector_`. We thus get the invariant that
827+
// `batchIdx_
827828
// == numBatchesTotal_` iff all batches that have been inserted to the
828829
// `parallelParser_` have been fully processed. After the last batch we will
829830
// push another call to this lambda to the `parallelParser_` which will then

0 commit comments

Comments
 (0)