Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update .mailmap.
[simgrid.git] / teshsuite / smpi / mpich3-test / coll / opprod.c
index 9c8001e6f4c7c4c3645ac8f5ae939bba03e537a0..83434d2f5b05fe4dee6bf590bdd05d1e3a9d4ef3 100644 (file)
@@ -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] */