From 2010920a2caab9f12f069bd6ea80d58161d9d8f3 Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Mon, 5 Aug 2024 19:28:24 -0700 Subject: [PATCH] Correct comment --- ConflictSet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConflictSet.cpp b/ConflictSet.cpp index 35df22f..6eab9a8 100644 --- a/ConflictSet.cpp +++ b/ConflictSet.cpp @@ -2883,7 +2883,7 @@ checkMaxBetweenExclusiveImpl(Node *n, int begin, int end, // Returns a pointer to the newly inserted node. Caller must set // `entryPresent`, `entry` fields and `maxVersion` on the result. The search -// path of the result's parent will have `maxVersion` at least `writeVersion` as +// path of the result will have `maxVersion` at least `writeVersion` as // a postcondition. Nodes along the search path to `key` may be invalidated. [[nodiscard]] Node *insert(Node **self, std::span key, InternalVersionT writeVersion, WriteContext *tls,