X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4cdc0f888550cbaefe6094ae801230336d005337..8052f28d5b5a9d88b6724dff2e5e81dee10065d7:/teshsuite/smpi/mpich3-test/rma/accfence1.c diff --git a/teshsuite/smpi/mpich3-test/rma/accfence1.c b/teshsuite/smpi/mpich3-test/rma/accfence1.c index f4b8930d6b..ef71a3daec 100644 --- a/teshsuite/smpi/mpich3-test/rma/accfence1.c +++ b/teshsuite/smpi/mpich3-test/rma/accfence1.c @@ -81,7 +81,7 @@ int main(int argc, char *argv[]) else if (rank == dest) { MPI_Win_fence(0, win); /* This should have the same effect, in terms of - * transfering data, as a send/recv pair */ + * transferring data, as a send/recv pair */ err = MTestCheckRecv(0, &recvtype); if (err) { errs += err;