Skip to content

Commit

Permalink
fixup! spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
raffenet authored Nov 14, 2024
1 parent 61bdbc3 commit 62e40f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mpid/ch4/src/mpidig_request.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ MPL_STATIC_INLINE_PREFIX int MPIDI_anysrc_try_cancel_partner(MPIR_Request * rreq
* ref count here to prevent free since here we will check
* the request status */
MPIR_Request_add_ref(anysrc_partner);
/* unset partner request to prevent recursive cancelation */
/* unset partner request to prevent recursive cancellation */
anysrc_partner->dev.anysrc_partner = NULL;
mpi_errno = MPIDI_NM_mpi_cancel_recv(anysrc_partner, true); /* blocking */
MPIR_ERR_CHECK(mpi_errno);
Expand Down

0 comments on commit 62e40f4

Please sign in to comment.