Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo --
authorAugustin Degomme <augustin.degomme@unibas.ch>
Thu, 16 Feb 2017 23:21:10 +0000 (00:21 +0100)
committerAugustin Degomme <augustin.degomme@unibas.ch>
Thu, 16 Feb 2017 23:21:10 +0000 (00:21 +0100)
src/smpi/smpi_bench.cpp

index b7b7c6d..7873514 100644 (file)
@@ -613,7 +613,7 @@ void *smpi_shared_malloc(size_t size, const char *file, int line)
       char* dumb = (char*)calloc(1, smpi_shared_malloc_blocksize);
       ssize_t err = write(smpi_shared_malloc_bogusfile, dumb, smpi_shared_malloc_blocksize);
       if(err<0)
-        xbt_die("could ot write bogus file for shared malloc");
+        xbt_die("Could not write bogus file for shared malloc");
       free(dumb);
     }