Skip to content

Commit

Permalink
fixed comment typos
Browse files Browse the repository at this point in the history
  • Loading branch information
garyelephant authored and findepi committed Oct 12, 2021
1 parent 51279b7 commit 5457a52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ public boolean process()
int positionCount = page.getPositionCount();
checkState(lastPosition < positionCount, "position count out of bound");

// needRehash() == false indicates we have reached capacity boundary and a rehash is needed.
// needRehash() == true indicates we have reached capacity boundary and a rehash is needed.
// We can only proceed if tryRehash() successfully did a rehash.
if (needRehash() && !tryRehash()) {
return false;
Expand Down

0 comments on commit 5457a52

Please sign in to comment.