From 77262ee2d38ce3881f62227a45f28c9efd9537b2 Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Fri, 15 Nov 2024 16:47:31 -0800 Subject: [PATCH] Fix some grammar in a comment --- ConflictSet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConflictSet.cpp b/ConflictSet.cpp index f34258b..5eb49cc 100644 --- a/ConflictSet.cpp +++ b/ConflictSet.cpp @@ -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));