1
1

Merge pull request #3023 from clementFoyer/patch-1

Fix minor typo
Этот коммит содержится в:
Jeff Squyres 2017-02-23 10:38:46 -05:00 коммит произвёл GitHub
родитель 591a2d4a88 f371cc0a43
Коммит 99ec16edea

Просмотреть файл

@ -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