fix typo in option.h's comment (#1321)

This commit is contained in:
wenduo 2016-09-07 16:36:16 +08:00 committed by dhruba borthakur
parent 6d61358a09
commit 0e2da497c6

View File

@ -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;