fix typo in comments (#1360)
* fix typo in option.h's comment * fix typo in checkpoint's comment
This commit is contained in:
parent
f517d9dd09
commit
4defe306fb
@ -31,7 +31,7 @@ namespace rocksdb {
|
||||
|
||||
class CheckpointImpl : public Checkpoint {
|
||||
public:
|
||||
// Creates a Checkpoint object to be used for creating openable sbapshots
|
||||
// Creates a Checkpoint object to be used for creating openable snapshots
|
||||
explicit CheckpointImpl(DB* db) : db_(db) {}
|
||||
|
||||
// Builds an openable snapshot of RocksDB on the same disk, which
|
||||
|
Loading…
x
Reference in New Issue
Block a user