Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
empiredan committed Jan 27, 2025
1 parent 378084c commit 82f685c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/pegasus_write_service_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ class pegasus_write_service::impl : public dsn::replication::replica_base
update.__set_type(type);
}

// Build corresponding single-put request for a incr request, and return current status
// Build corresponding single-put request for an incr request, and return current status
// for RocksDB, i.e. kOk.
static inline int make_idempotent_request_for_incr(const dsn::blob &key,
int64_t value,
Expand Down

0 comments on commit 82f685c

Please sign in to comment.