Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
spellcheck
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 16 Aug 2015 15:56:04 +0000 (17:56 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 16 Aug 2015 15:56:04 +0000 (17:56 +0200)
src/smpi/private.h

index c911cac..00c8ed8 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;