From ab0645a596e0dfed0ae37ae61420fff923fd7fa2 Mon Sep 17 00:00:00 2001 From: Shafreeck Sea Date: Thu, 29 Aug 2019 10:55:40 -0700 Subject: [PATCH] Fix comment of function NotifyCollectTableCollectorsOnFinish (#5738) Summary: Signed-off-by: Shafreeck Sea Pull Request resolved: https://github.com/facebook/rocksdb/pull/5738 Differential Revision: D17097075 Pulled By: riversand963 fbshipit-source-id: ed01b5f59e8eed262a49abe1f96552842d364af1 --- table/meta_blocks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/table/meta_blocks.h b/table/meta_blocks.h index 86c703f95..63d66497f 100644 --- a/table/meta_blocks.h +++ b/table/meta_blocks.h @@ -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>& collectors,