Merge pull request #36880 from ClickHouse/serxa-fix-typo

fix typo in comment
This commit is contained in:
Sergei Trifonov 2022-05-03 18:50:59 +02:00 committed by GitHub
commit c21cff7905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,7 +128,7 @@ private:
};
/**
* Executor for a background MergeTree related operations such as merges, mutations, fetches an so on.
* Executor for a background MergeTree related operations such as merges, mutations, fetches and so on.
* It can execute only successors of ExecutableTask interface.
* Which is a self-written coroutine. It suspends, when returns true from executeStep() method.
*