From f05d2bf8a71a674297c43a60f4c7f99431e7fa1c Mon Sep 17 00:00:00 2001 From: Lancer <402430575@qq.com> Date: Mon, 3 Mar 2025 16:11:10 +0800 Subject: [PATCH] typo fix (#57) Co-authored-by: Lancer --- src/client/storage/StorageClientImpl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {