X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4cdc0f888550cbaefe6094ae801230336d005337..HEAD:/teshsuite/smpi/mpich3-test/rma/getfence1.c diff --git a/teshsuite/smpi/mpich3-test/rma/getfence1.c b/teshsuite/smpi/mpich3-test/rma/getfence1.c index 6b068930f7..80bf6f1863 100644 --- a/teshsuite/smpi/mpich3-test/rma/getfence1.c +++ b/teshsuite/smpi/mpich3-test/rma/getfence1.c @@ -52,7 +52,7 @@ static inline int test(MPI_Comm comm, int rank, int source, int dest, MPI_Win_set_errhandler(win, MPI_ERRORS_RETURN); /* This should have the same effect, in terms of - * transfering data, as a send/recv pair */ + * transferring data, as a send/recv pair */ err = MPI_Get(recvtype->buf, recvtype->count, recvtype->datatype, source, 0, sendtype->count, sendtype->datatype, win); if (err) {