Skip to content

Commit

Permalink
Adding on more missed typo
Browse files Browse the repository at this point in the history
Fixing one more missed typo.

Signed-off-by: Vishwanath Venkatesan <[email protected]>
  • Loading branch information
Vishwanath Venkatesan committed Sep 21, 2023
1 parent d229f98 commit 3c4e29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oshmem/shmem/c/shmem_mcs_lock.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ _shmem_mcs_clear_lock(long *lockp)
int retv = 0;

/**
* Can make atomic fetch to be safe in non-cc architecutres
* Can make atomic fetch to be safe in non-cc architectures
* Has impact on performance
*/
retv = MCA_ATOMIC_CALL(fadd(oshmem_ctx_default, (void*)next,
Expand Down

0 comments on commit 3c4e29e

Please sign in to comment.