1
1
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>
Этот коммит содержится в:
Clement Foyer 2017-02-23 16:10:32 +01:00
родитель 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