Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines.
[simgrid.git] / examples / smpi / mc / bugged1_liveness.c
index 8b9a4e6..baec20c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2019. The SimGrid Team.
+/* Copyright (c) 2013-2021. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -64,7 +64,7 @@ int main(int argc, char **argv){
           xbt_dynar_push(requests, &recv_buff);
         }else{
           if(recv_buff != size - 1){
-            printf("CS idle. Grant immediatly.\n");
+            printf("CS idle. Grant immediately.\n");
             MPI_Send(&rank, 1, MPI_INT, recv_buff, GRANT_TAG, MPI_COMM_WORLD);
             CS_used = 1;
           }