X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a92d7b716f51a53dea7f59db8524d4add713b910..863aeead864a309c494893a1b06ec33ed2b7daf1:/tools/cmake/test_prog/prog_stackgrowth.c diff --git a/tools/cmake/test_prog/prog_stackgrowth.c b/tools/cmake/test_prog/prog_stackgrowth.c index dabc6b7872..dc7c0df0d8 100644 --- a/tools/cmake/test_prog/prog_stackgrowth.c +++ b/tools/cmake/test_prog/prog_stackgrowth.c @@ -15,7 +15,7 @@ static int growsdown(int *x) if (--iterate > 0) y = growsdown(&y); - /* The stack sometimes changes at the 0th level. + /* The stack sometimes changes at the 0th level. * Original version did fail in this case, but I changed this around SimGrid 3.13 because of https://bugs.debian.org/814272 * Every arch failed on that day :( */