Skip to content

Commit d577e12

Browse files
committed
Fix comment.
1 parent 87b1d17 commit d577e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/coll/tuned/coll_tuned_decision_fixed.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ ompi_coll_tuned_allreduce_intra_dec_fixed(const void *sbuf, void *rbuf, int coun
9090
*
9191
* Function: - seletects alltoall algorithm to use
9292
* Accepts: - same arguments as MPI_Alltoall()
93-
* Returns: - MPI_SUCCESS or error code (passed from the bcast implementation)
93+
* Returns: - MPI_SUCCESS or error code
9494
*/
9595

9696
int ompi_coll_tuned_alltoall_intra_dec_fixed(const void *sbuf, int scount,

0 commit comments

Comments
 (0)