Skip to content

Commit

Permalink
typo fix (#57)
Browse files Browse the repository at this point in the history
Co-authored-by: Lancer <maruixiang6688@gmail.com>
  • Loading branch information
RuixiangMa and Lancer authored Mar 3, 2025
1 parent c69d46e commit f05d2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/storage/StorageClientImpl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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> {
Expand Down

0 comments on commit f05d2bf

Please sign in to comment.