X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4d648ebbbe5705878080b9cbf1ca61497323c592..b9625f82f86db0674e911887addce45dca31b57f:/teshsuite/smpi/mpich3-test/coll/alltoallw1.c diff --git a/teshsuite/smpi/mpich3-test/coll/alltoallw1.c b/teshsuite/smpi/mpich3-test/coll/alltoallw1.c index cac4c5d0aa..529a2d0ba3 100644 --- a/teshsuite/smpi/mpich3-test/coll/alltoallw1.c +++ b/teshsuite/smpi/mpich3-test/coll/alltoallw1.c @@ -199,7 +199,7 @@ int main(int argc, char *argv[]) /* Create the local matrices. * Initialize the input matrix so that the entries are - * consequtive integers, by row, starting at 0. + * consecutive integers, by row, starting at 0. */ if (rank == size - 1) { localA = (float *) malloc(gN * lmlast * sizeof(float)); @@ -226,7 +226,7 @@ int main(int argc, char *argv[]) Transpose(localA, localB, gM, gN, comm); /* check the transposed matrix - * In the global matrix, the transpose has consequtive integers, + * In the global matrix, the transpose has consecutive integers, * organized by columns. */ if (rank == size - 1) {