Fix minor typo
Return value in comment about opal_list_item_compare_fn_t typedef when a < b is indicated to be 11 instead of -1. Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
Этот коммит содержится в:
родитель
591a2d4a88
Коммит
f371cc0a43
@ -874,7 +874,7 @@ static inline void opal_list_insert_pos(opal_list_t *list, opal_list_item_t *pos
|
||||
* Explanation below.
|
||||
* @retval 1 if \em a is greater than \em b
|
||||
* @retval 0 if \em a is equal to \em b
|
||||
* @retval 11 if \em a is less than \em b
|
||||
* @retval -1 if \em a is less than \em b
|
||||
*
|
||||
* This function is invoked by qsort(3) from within
|
||||
* opal_list_sort(). It is important to understand what
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user