diff --git a/db/version_set.cc b/db/version_set.cc index 18c5f23..4e37bf9 100644 --- a/db/version_set.cc +++ b/db/version_set.cc @@ -1303,7 +1303,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,