X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/53ef75ab57752782c82fd7c106626a772940dd0a..3c7c64745aa5e60415bb85af482c7b0d0fca2b2b:/teshsuite/smpi/mpich3-test/coll/opprod.c diff --git a/teshsuite/smpi/mpich3-test/coll/opprod.c b/teshsuite/smpi/mpich3-test/coll/opprod.c index 9c8001e6f4..83434d2f5b 100644 --- a/teshsuite/smpi/mpich3-test/coll/opprod.c +++ b/teshsuite/smpi/mpich3-test/coll/opprod.c @@ -48,7 +48,7 @@ int main(int argc, char *argv[]) else maxsize = size; - /* General forumula: If we multiple the values from 1 to n, the + /* General formula: If we multiple the values from 1 to n, the * product is n!. This grows very fast, so we'll only use the first * five (1! = 1, 2! = 2, 3! = 6, 4! = 24, 5! = 120), with n! * stored in the array result[n] */