Fixed typo (#9331)

Summary:
Just fixing a very minor typo in the doc block :) Hope it will help anyway 😊

Pull Request resolved: https://github.com/facebook/rocksdb/pull/9331

Reviewed By: riversand963

Differential Revision: D34339823

fbshipit-source-id: b76104bc3efbc9d1f38cbf5c6dd7648dc909ced3
This commit is contained in:
♚ PH⑦ de Soria™♛ 2022-05-06 17:41:07 -07:00 committed by Facebook GitHub Bot
parent e03d958b91
commit 9381436bf3

View File

@ -125,7 +125,7 @@ public class HashLinkedListMemTableConfig extends MemTableConfig {
* Returns information about logging the distribution of * Returns information about logging the distribution of
* number of entries on flush. * number of entries on flush.
* *
* @return if distrubtion of number of entries shall be logged. * @return if distribution of number of entries shall be logged.
*/ */
public boolean ifLogBucketDistWhenFlush() { public boolean ifLogBucketDistWhenFlush() {
return ifLogBucketDistWhenFlush_; return ifLogBucketDistWhenFlush_;