diff --git a/include/rocksdb/options.h b/include/rocksdb/options.h index 16f6d94ae..6cf91a491 100644 --- a/include/rocksdb/options.h +++ b/include/rocksdb/options.h @@ -1071,7 +1071,7 @@ struct DBOptions { // // By default, i.e., when it is false, rocksdb does not advance the sequence // number for new snapshots unless all the writes with lower sequence numbers - // are already finished. This provides the immutability that we except from + // are already finished. This provides the immutability that we expect from // snapshots. Moreover, since Iterator and MultiGet internally depend on // snapshots, the snapshot immutability results into Iterator and MultiGet // offering consistent-point-in-time view. If set to true, although