diff options
| author | Pieter Wuille <[email protected]> | 2014-10-16 12:23:50 -0700 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2014-10-16 12:23:50 -0700 |
| commit | 5b9f8425a515739e2149bf5bfb2ae6ed60bfbaf2 (patch) | |
| tree | bacc7dd4d2f77da27499000d6f12655a3f6463f3 /src/leveldb/db/write_batch_internal.h | |
| parent | Merge pull request #5082 (diff) | |
| parent | Squashed 'src/leveldb/' changes from 7924331..7d41e6f (diff) | |
| download | discoin-5b9f8425a515739e2149bf5bfb2ae6ed60bfbaf2.tar.xz discoin-5b9f8425a515739e2149bf5bfb2ae6ed60bfbaf2.zip | |
Merge src/leveldb changes for LevelDB 1.18.
Diffstat (limited to 'src/leveldb/db/write_batch_internal.h')
| -rw-r--r-- | src/leveldb/db/write_batch_internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/leveldb/db/write_batch_internal.h b/src/leveldb/db/write_batch_internal.h index 4423a7f31..310a3c891 100644 --- a/src/leveldb/db/write_batch_internal.h +++ b/src/leveldb/db/write_batch_internal.h @@ -21,10 +21,10 @@ class WriteBatchInternal { // Set the count for the number of entries in the batch. static void SetCount(WriteBatch* batch, int n); - // Return the seqeunce number for the start of this batch. + // Return the sequence number for the start of this batch. static SequenceNumber Sequence(const WriteBatch* batch); - // Store the specified number as the seqeunce number for the start of + // Store the specified number as the sequence number for the start of // this batch. static void SetSequence(WriteBatch* batch, SequenceNumber seq); |