diff --git a/include/rocksdb/options.h b/include/rocksdb/options.h index d21af213d..220f90425 100644 --- a/include/rocksdb/options.h +++ b/include/rocksdb/options.h @@ -1390,7 +1390,7 @@ struct ReadOptions { // Default: true bool verify_checksums; - // Should the "data block"/"index block"" read for this iteration be placed in + // Should the "data block"/"index block" read for this iteration be placed in // block cache? // Callers may wish to set this field to false for bulk scans. // This would help not to the change eviction order of existing items in the