From 4defe306fb7ff7242a3d6e1e20613fad95ac8692 Mon Sep 17 00:00:00 2001 From: wenduo Date: Wed, 28 Sep 2016 11:39:15 +0800 Subject: [PATCH] fix typo in comments (#1360) * fix typo in option.h's comment * fix typo in checkpoint's comment --- utilities/checkpoint/checkpoint.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/checkpoint/checkpoint.cc b/utilities/checkpoint/checkpoint.cc index 36b9be43e..8bc8dc84a 100644 --- a/utilities/checkpoint/checkpoint.cc +++ b/utilities/checkpoint/checkpoint.cc @@ -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