X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b8818dee36b0e77e2b0b3447c10f2440d7f258e4..f1a4e4babeebd3e2aacb699273f6abb1a643e51d:/teshsuite/smpi/type-vector/type-vector.c diff --git a/teshsuite/smpi/type-vector/type-vector.c b/teshsuite/smpi/type-vector/type-vector.c index 77255aefa7..b968682b06 100644 --- a/teshsuite/smpi/type-vector/type-vector.c +++ b/teshsuite/smpi/type-vector/type-vector.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2014. The SimGrid Team. +/* Copyright (c) 2012-2023. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -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++) {