X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/95990cc4a083cc533f07ebad5ba617c030a5731c..8cdabbff4e8f86a6f05d65bf9931a5c1ba1623a2:/src/smpi/private.h diff --git a/src/smpi/private.h b/src/smpi/private.h index c911cac20f..00c8ed89a0 100644 --- a/src/smpi/private.h +++ b/src/smpi/private.h @@ -85,10 +85,10 @@ typedef struct s_smpi_mpi_datatype{ typedef struct s_smpi_mpi_request { void *buf; - /* in the case of non-contignous memory the user address shoud be keep + /* in the case of non-contiguous memory the user address should be keep * to unserialize the data inside the user memory*/ void *old_buf; - /* this let us know how tounserialize at the end of + /* this let us know how to unserialize at the end of * the communication*/ MPI_Datatype old_type; size_t size;