Fix comment

This commit is contained in:
alesapin 2022-01-17 14:54:51 +03:00
parent 4caef03e6a
commit 31fb93330e

View File

@ -9,7 +9,7 @@ namespace DB
{
/// Very simple wrapper for zookeeper ephemeral lock. It's better to have it
/// because due to bad abstraction we use in MergeTreeData.
/// because due to bad abstraction we use it in MergeTreeData.
struct ZeroCopyLock
{
ZeroCopyLock(const zkutil::ZooKeeperPtr & zookeeper, const std::string & lock_path);