diff --git a/include/rocksdb/options.h b/include/rocksdb/options.h index 4c457f8ed..ee47f5d71 100644 --- a/include/rocksdb/options.h +++ b/include/rocksdb/options.h @@ -276,10 +276,9 @@ struct ColumnFamilyOptions { // If this value is set to -1, 'max_write_buffer_number' will be used. // // Default: - // If using an OptimisticTransactionDB, the default value will be set to the - // value - // of 'max_write_buffer_number' if it is not explicitly set by the user. - // Otherwise, the default is 0. + // If using a TransactionDB/OptimisticTransactionDB, the default value will + // be set to the value of 'max_write_buffer_number' if it is not explicitly + // set by the user. Otherwise, the default is 0. int max_write_buffer_number_to_maintain; // Compress blocks using the specified compression algorithm. This