mirror of
https://github.com/google/leveldb.git
synced 2025-02-04 07:10:10 +08:00
Update filter_policy.h
fix typo in comment
This commit is contained in:
parent
77d66aaf3e
commit
9d118e2b0b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user