mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Fix typos reported by codespell
This commit is contained in:
parent
59ecacfc84
commit
ada356208e
19 changed files with 30 additions and 25 deletions
|
|
@ -78,7 +78,7 @@ static void SetMaxOpenFiles(leveldb::Options *options) {
|
|||
// do not interfere with select() loops. On 64-bit Unix hosts this value is
|
||||
// also OK, because up to that amount LevelDB will use an mmap
|
||||
// implementation that does not use extra file descriptors (the fds are
|
||||
// closed after being mmaped).
|
||||
// closed after being mmap'ed).
|
||||
//
|
||||
// Increasing the value beyond the default is dangerous because LevelDB will
|
||||
// fall back to a non-mmap implementation when the file count is too large.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue