From 0e2da497c6b35823f72fe5346f87dec03e837a23 Mon Sep 17 00:00:00 2001 From: wenduo Date: Wed, 7 Sep 2016 16:36:16 +0800 Subject: [PATCH] fix typo in option.h's comment (#1321) --- include/rocksdb/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rocksdb/options.h b/include/rocksdb/options.h index 2bb76a95c..b4db41837 100644 --- a/include/rocksdb/options.h +++ b/include/rocksdb/options.h @@ -1418,7 +1418,7 @@ struct ReadOptions { // If "snapshot" is non-nullptr, read as of the supplied snapshot // (which must belong to the DB that is being read and which must - // not have been released). If "snapshot" is nullptr, use an impliicit + // not have been released). If "snapshot" is nullptr, use an implicit // snapshot of the state at the beginning of this read operation. // Default: nullptr const Snapshot* snapshot;