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,