Fix spelling so as to aid code understanding

This commit is contained in:
Chukwuemeka Ajah 2024-12-19 15:43:29 +00:00 committed by GitHub
parent 23e35d792b
commit 7a0c6c34a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.