Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'add_barrier_python_bindings' into 'master'
[simgrid.git] / teshsuite / smpi / mpich3-test / info / infovallen.c
index 22fbfe5d1ab88fe0fee75ccc7976e737301a34d5..39cf7070e4f500fef0662d74dd9f0fa2a872c14b 100644 (file)
@@ -24,7 +24,7 @@ int main(int argc, char *argv[])
     MTest_Init(&argc, &argv);
 
     MPI_Info_create(&info);
-    /* Use only named keys incase the info implementation only supports
+    /* Use only named keys in case the info implementation only supports
      * the predefined keys (e.g., IBM) */
     for (i = 0; i < NKEYS; i++) {
         MPI_Info_set(info, keys[i], values[i]);