Skip to content

Commit

Permalink
UCP/FLUSH: Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yosefe committed Nov 27, 2018
1 parent 52d109f commit 9894dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ucp/rma/flush.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ static void ucp_ep_flush_progress(ucp_request_t *req)
req);
req->send.flush.sw_done = 1;
} else {
/* All pending requires were sent, so 'send_sn' value is up-to-date */
/* All pending requests were sent, so 'send_sn' value is up-to-date */
flush_state = ucp_ep_flush_state(ep);
if (flush_state->send_sn == flush_state->cmpl_sn) {
req->send.flush.sw_done = 1;
Expand Down

0 comments on commit 9894dd6

Please sign in to comment.