X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/149c63f36e15b8500b1e826bda5138318ff7ba2b..a521b79fb5f8fc07b3f9102cec6de074186fe5c1:/src/smpi/colls/allgather/allgather-NTSLR.cpp diff --git a/src/smpi/colls/allgather/allgather-NTSLR.cpp b/src/smpi/colls/allgather/allgather-NTSLR.cpp index b2ded1c833..80428f0d91 100644 --- a/src/smpi/colls/allgather/allgather-NTSLR.cpp +++ b/src/smpi/colls/allgather/allgather-NTSLR.cpp @@ -26,7 +26,7 @@ allgather__NTSLR(const void *sbuf, int scount, MPI_Datatype stype, rextent = rtype->get_extent(); sextent = stype->get_extent(); - // irregular case use default MPI fucntions + // irregular case use default MPI functions if (scount * sextent != rcount * rextent) { XBT_WARN("MPI_allgather_NTSLR use default MPI_allgather."); allgather__default(sbuf, scount, stype, rbuf, rcount, rtype, comm);