Skip to content

Commit 99ec16e

Browse files
authored
Merge pull request #3023 from clementFoyer/patch-1
Fix minor typo
2 parents 591a2d4 + f371cc0 commit 99ec16e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/class/opal_list.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ static inline void opal_list_insert_pos(opal_list_t *list, opal_list_item_t *pos
874874
* Explanation below.
875875
* @retval 1 if \em a is greater than \em b
876876
* @retval 0 if \em a is equal to \em b
877-
* @retval 11 if \em a is less than \em b
877+
* @retval -1 if \em a is less than \em b
878878
*
879879
* This function is invoked by qsort(3) from within
880880
* opal_list_sort(). It is important to understand what

0 commit comments

Comments
 (0)