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

main
wenduo 8 years ago committed by dhruba borthakur
parent 6d61358a09
commit 0e2da497c6
  1. 2
      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;

Loading…
Cancel
Save