X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2a95f36c429931dffc77527c07637d74af84af94..08f744b9a55745ac1b1dcf0ed2ea735471cd7f89:/teshsuite/smpi/mpich3-test/util/mtest_datatype_gen.c diff --git a/teshsuite/smpi/mpich3-test/util/mtest_datatype_gen.c b/teshsuite/smpi/mpich3-test/util/mtest_datatype_gen.c index 76dd032fab..17d3d6aed5 100644 --- a/teshsuite/smpi/mpich3-test/util/mtest_datatype_gen.c +++ b/teshsuite/smpi/mpich3-test/util/mtest_datatype_gen.c @@ -162,7 +162,7 @@ static void MTestResetDatatypeGen() void MTestInitFullDatatypes(void) { - /* Do not allow to change datatype test level during loop. + /* Do not allow the datatype test level to change during loop. * Otherwise indexes will be wrong. * Test must explicitly call reset or wait for current datatype loop being * done before changing to another test level. */ @@ -178,7 +178,7 @@ void MTestInitFullDatatypes(void) void MTestInitMinDatatypes(void) { - /* Do not allow to change datatype test level during loop. + /* Do not allow the datatype test level to change during loop. * Otherwise indexes will be wrong. * Test must explicitly call reset or wait for current datatype loop being * done before changing to another test level. */ @@ -194,7 +194,7 @@ void MTestInitMinDatatypes(void) void MTestInitBasicDatatypes(void) { - /* Do not allow to change datatype test level during loop. + /* Do not allow the datatype test level to change during loop. * Otherwise indexes will be wrong. * Test must explicitly call reset or wait for current datatype loop being * done before changing to another test level. */