Fix some grammar in a comment

This commit is contained in:
2024-11-15 16:47:31 -08:00
parent 9945998e05
commit 77262ee2d3
+1 -1
View File
@@ -1901,7 +1901,7 @@ void mergeWithChild(TaggedNodePointer &self, WriteContext *writeContext,
child->parentsIndex = self->parentsIndex;
// Max versions are stored in the parent, so we need to update it now
// that we have a new parent. Safe we call since the root never has a partial
// that we have a new parent. Safe to call since the root never has a partial
// key.
setMaxVersion(child, std::max(childMaxVersion, writeContext->zero));