mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-04 02:02:42 +02:00
Squashed 'src/leveldb/' changes from aba469ad6a..cad64b151d
cad64b151d Merge bitcoin-core/leveldb-subtree#57: doc: fix typos 157ed16be9 doc: fix typos git-subtree-dir: src/leveldb git-subtree-split: cad64b151dabe9ffe9771a54d7c9dbfb3355cefb
This commit is contained in:
@@ -2194,7 +2194,7 @@ TEST(DBTest, Randomized) {
|
||||
if (i == 0 || !rnd.OneIn(10)) {
|
||||
k = RandomKey(&rnd);
|
||||
} else {
|
||||
// Periodically re-use the same key from the previous iter, so
|
||||
// Periodically reuse the same key from the previous iter, so
|
||||
// we have multiple entries in the write batch for the same key
|
||||
}
|
||||
if (rnd.OneIn(2)) {
|
||||
|
||||
@@ -25,7 +25,7 @@ class SnapshotImpl : public Snapshot {
|
||||
friend class SnapshotList;
|
||||
|
||||
// SnapshotImpl is kept in a doubly-linked circular list. The SnapshotList
|
||||
// implementation operates on the next/previous fields direcly.
|
||||
// implementation operates on the next/previous fields directly.
|
||||
SnapshotImpl* prev_;
|
||||
SnapshotImpl* next_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user