X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/863aeead864a309c494893a1b06ec33ed2b7daf1..b195400e3382f070aa49293a0ab7d9441889f5e4:/teshsuite/smpi/mpich3-test/datatype/typename.c diff --git a/teshsuite/smpi/mpich3-test/datatype/typename.c b/teshsuite/smpi/mpich3-test/datatype/typename.c index 8ff1fc0f3d..ca8d1dce04 100644 --- a/teshsuite/smpi/mpich3-test/datatype/typename.c +++ b/teshsuite/smpi/mpich3-test/datatype/typename.c @@ -124,7 +124,7 @@ mpi_names_t mpi_names[] = { /* added in MPI 3 */ { MPI_COUNT, "MPI_COUNT" }, #endif - { 0, (char *)0 }, /* Sentinal used to indicate the last element */ + { 0, (char *)0 }, /* Sentinel used to indicate the last element */ }; char name[MPI_MAX_OBJECT_NAME];