Update filter_policy.h

fix typo in comment
This commit is contained in:
Lingyu Zhu 2023-04-14 18:46:59 +08:00 committed by GitHub
parent 77d66aaf3e
commit 9d118e2b0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
// of keys. These filters are stored in leveldb and are consulted
// automatically by leveldb to decide whether or not to read some
// information from disk. In many cases, a filter can cut down the
// number of disk seeks form a handful to a single disk seek per
// number of disk seeks from a handful to a single disk seek per
// DB::Get() call.
//
// Most people will want to use the builtin bloom filter support (see