Skip to content

Commit

Permalink
DOCS: fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Oblomov committed May 28, 2021
1 parent b345fe1 commit b75809f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/ucp/api/ucp.h
Original file line number Diff line number Diff line change
Expand Up @@ -1668,8 +1668,8 @@ typedef struct {

/**
* Size of the @ref debug_string. String will be filled up to this size.
* Maximum possible size debug string can be obtained by quering the worker via
* @ref ucp_worker_query.
* Maximum possible size debug string can be obtained by querying the worker
* via @ref ucp_worker_query.
*/
size_t debug_string_size;

Expand Down
1 change: 0 additions & 1 deletion src/uct/api/uct.h
Original file line number Diff line number Diff line change
Expand Up @@ -2397,7 +2397,6 @@ ucs_status_t uct_md_mem_dereg(uct_md_h md, uct_mem_h memh);
* @ingroup UCT_MD
* @brief Detect memory type
*
*
* @param [in] md Memory domain to detect memory type
* @param [in] addr Memory address to detect.
* @param [in] length Size of memory
Expand Down

0 comments on commit b75809f

Please sign in to comment.