Skip to content

Commit

Permalink
Fix comment after rename
Browse files Browse the repository at this point in the history
  • Loading branch information
nitsanw committed Jan 3, 2020
1 parent 0a8028b commit e6371aa
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -189,7 +189,7 @@ public E poll()
}
}

// if we are the isFirstElementOfNextChunk we need to get the consumer chunk
// if we are the isFirstElementOfNewChunk we need to get the consumer chunk
if (isFirstElementOfNewChunk)
{
e = linkNextConsumerChunkAndPoll(cChunk, next, ciChunkIndex);
Expand Down

0 comments on commit e6371aa

Please sign in to comment.