]> AND Public Git Repository - simgrid.git/blobdiff - src/smpi/private.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
bummer
[simgrid.git] / src / smpi / private.h
index c911cac20f2b4010adddb517b8d6e6264a0e71b1..00c8ed89a0df339cd2167670704d9b69ab140345 100644 (file)
@@ -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;