Skip to content

Commit 22e289b

Browse files
committed
coll/tuned: fix minor errors in comments
Signed-off-by: Joseph Schuchart <schuchart@icl.utk.edu>
1 parent 04d198f commit 22e289b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
33
* University Research and Technology
44
* Corporation. All rights reserved.
5-
* Copyright (c) 2004-2015 The University of Tennessee and The University
5+
* Copyright (c) 2004-2020 The University of Tennessee and The University
66
* of Tennessee Research Foundation. All rights
77
* reserved.
88
* Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
@@ -97,7 +97,7 @@ ompi_coll_tuned_allreduce_intra_dec_dynamic (const void *sbuf, void *rbuf, int c
9797
*
9898
* Function: - seletects alltoall algorithm to use
9999
* Accepts: - same arguments as MPI_Alltoall()
100-
* Returns: - MPI_SUCCESS or error code (passed from the bcast implementation)
100+
* Returns: - MPI_SUCCESS or error code (passed from the alltoall implementation)
101101
*/
102102

103103
int ompi_coll_tuned_alltoall_intra_dec_dynamic(const void *sbuf, int scount,
@@ -238,7 +238,7 @@ int ompi_coll_tuned_barrier_intra_dec_dynamic(struct ompi_communicator_t *comm,
238238
/*
239239
* bcast_intra_dec
240240
*
241-
* Function: - seletects broadcast algorithm to use
241+
* Function: - selects broadcast algorithm to use
242242
* Accepts: - same arguments as MPI_Bcast()
243243
* Returns: - MPI_SUCCESS or error code (passed from the bcast implementation)
244244
*/

0 commit comments

Comments
 (0)