From 022c598abb87668572eb0c3ac7e9fc41dd856bbb Mon Sep 17 00:00:00 2001 From: Jeffrey Dallatezza Date: Tue, 28 Nov 2017 11:15:34 -0800 Subject: [PATCH] Fix minor typo in comment Summary: mean -> meant Closes https://github.com/facebook/rocksdb/pull/3202 Differential Revision: D6426443 Pulled By: sagar0 fbshipit-source-id: adaf07218580ee6903986fa5686de92f43f420e1 --- include/rocksdb/listener.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rocksdb/listener.h b/include/rocksdb/listener.h index f1452cb42..feb08e6d8 100644 --- a/include/rocksdb/listener.h +++ b/include/rocksdb/listener.h @@ -214,7 +214,7 @@ struct ExternalFileIngestionInfo { }; // A call-back function to RocksDB which will be called when the compaction -// iterator is compacting values. It is mean to be returned from +// iterator is compacting values. It is meant to be returned from // EventListner::GetCompactionEventListner() at the beginning of compaction // job. class CompactionEventListener {