diff --git a/src/client/storage/StorageClientImpl.cc b/src/client/storage/StorageClientImpl.cc index 4f5192a..cb89a55 100644 --- a/src/client/storage/StorageClientImpl.cc +++ b/src/client/storage/StorageClientImpl.cc @@ -1818,7 +1818,7 @@ CoTryTask StorageClientImpl::batchWriteWithoutRetry(ClientRequestContext & config_.traffic_control().write().max_batch_bytes(), config_.traffic_control().write().random_shuffle_requests()); - // create batch read request and communicate with storage service + // create batch write request and communicate with storage service auto sendReq = [&, this](size_t batchIndex, const NodeId &nodeId, const std::vector &batchIOs) -> CoTask {