From 11aafab31f96ba0a07ac5b2d5275f289e17c7814 Mon Sep 17 00:00:00 2001 From: zzt Date: Fri, 3 Sep 2021 11:18:31 +0800 Subject: Fix version_set.cc comments typo Fix typo of comment of FindLargestKey function --- db/version_set.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/version_set.cc b/db/version_set.cc index 8d85fce..da38bbb 100644 --- a/db/version_set.cc +++ b/db/version_set.cc @@ -1304,7 +1304,7 @@ Compaction* VersionSet::PickCompaction() { return c; } -// Finds the largest key in a vector of files. Returns true if files it not +// Finds the largest key in a vector of files. Returns true if files is not // empty. bool FindLargestKey(const InternalKeyComparator& icmp, const std::vector& files, -- cgit v1.2.1