diff --git a/include/rocksdb/options.h b/include/rocksdb/options.h index 8e66811ac..6d028e256 100644 --- a/include/rocksdb/options.h +++ b/include/rocksdb/options.h @@ -589,7 +589,7 @@ struct ReadOptions { // Specify if this read request should process data that ALREADY // resides on a particular cache. If the required data is not - // found at the specified cache, then Status::WouldBlock is returned. + // found at the specified cache, then Status::Incomplete is returned. // Default: kReadAllTier ReadTier read_tier;