mirror of
https://github.com/google/leveldb.git
synced 2025-01-27 06:30:07 +08:00
Fix spelling so as to aid code understanding
This commit is contained in:
parent
23e35d792b
commit
7a0c6c34a0
@ -5,7 +5,7 @@
|
||||
// An Env is an interface used by the leveldb implementation to access
|
||||
// operating system functionality like the filesystem etc. Callers
|
||||
// may wish to provide a custom Env object when opening a database to
|
||||
// get fine gain control; e.g., to rate limit file system operations.
|
||||
// get fine-grained control; e.g., to rate limit file system operations.
|
||||
//
|
||||
// All Env implementations are safe for concurrent access from
|
||||
// multiple threads without any external synchronization.
|
||||
|
Loading…
Reference in New Issue
Block a user