typo fix (#57)

Co-authored-by: Lancer <maruixiang6688@gmail.com>
This commit is contained in:
Lancer 2025-03-03 16:11:10 +08:00 committed by GitHub
parent c69d46e791
commit f05d2bf8a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1818,7 +1818,7 @@ CoTryTask<void> 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<WriteIO *> &batchIOs) -> CoTask<bool> {