Skip to content

Commit

Permalink
DOC: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Changcheng Liu <jerrliu@nvidia.com>
  • Loading branch information
changchengx committed Jul 1, 2021
1 parent 49bb227 commit da464be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ucp/core/ucp_context.c
Original file line number Diff line number Diff line change
Expand Up @@ -1360,7 +1360,7 @@ static ucs_status_t ucp_fill_config(ucp_context_h context,
context->config.ext.bcopy_bw);

/* always init MT lock in context even though it is disabled by user,
* because we need to use context lock to protect ucp_mm_ and ucp_rkey_
* because we need to use context lock to protect ucp_mem_ and ucp_rkey_
* routines */
UCP_THREAD_LOCK_INIT(&context->mt_lock);

Expand Down

0 comments on commit da464be

Please sign in to comment.