Fix comment of function NotifyCollectTableCollectorsOnFinish (#5738)

Summary:
Signed-off-by: Shafreeck Sea <shafreeck@gmail.com>
Pull Request resolved: https://github.com/facebook/rocksdb/pull/5738

Differential Revision: D17097075

Pulled By: riversand963

fbshipit-source-id: ed01b5f59e8eed262a49abe1f96552842d364af1
This commit is contained in:
Shafreeck Sea 2019-08-29 10:55:40 -07:00 committed by Facebook Github Bot
parent e10570331d
commit ab0645a596

View File

@ -89,7 +89,7 @@ void NotifyCollectTableCollectorsOnBlockAdd(
uint64_t blockRawBytes, uint64_t blockCompressedBytesFast,
uint64_t blockCompressedBytesSlow);
// NotifyCollectTableCollectorsOnAdd() triggers the `Finish` event for all
// NotifyCollectTableCollectorsOnFinish() triggers the `Finish` event for all
// property collectors. The collected properties will be added to `builder`.
bool NotifyCollectTableCollectorsOnFinish(
const std::vector<std::unique_ptr<IntTblPropCollector>>& collectors,