X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/54e818e2dea66d457ec7061f3f2bec19be321f39..4e62e76d104a17f0c9aaf9135ac605e9c8c87141:/teshsuite/smpi/type-hvector/type-hvector.c diff --git a/teshsuite/smpi/type-hvector/type-hvector.c b/teshsuite/smpi/type-hvector/type-hvector.c index 30b6ea82ca..29b3492868 100644 --- a/teshsuite/smpi/type-hvector/type-hvector.c +++ b/teshsuite/smpi/type-hvector/type-hvector.c @@ -26,7 +26,7 @@ int main(int argc, char **argv) { a[i][j] = i * SIZE + j; } - /* only one column is send this is an exemple for non-contignous data*/ + /* only one column is sent this is an example for non-contiguous data*/ MPI_Bcast(a, 1, columntype, 0, MPI_COMM_WORLD); for (int i = 0; i < SIZE; i++) {