Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Applencourt committed Aug 30, 2024
1 parent b91101a commit 5d1634d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xprof/sync_daemon_mpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ int signal_loop(int parent_pid, MPI_Comm MPI_COMM_WORLD_THAPI, MPI_Comm MPI_COMM
} else if (signum == RT_SIGNAL_GLOBAL_BARRIER) {
MPI_Barrier(MPI_COMM_WORLD_THAPI);
} else {
fprintf(stderr, "Wrong signal rreseved %d. Exiting", signum);
fprintf(stderr, "Wrong signal received %d. Exiting", signum);
return 1;
}
kill(parent_pid, RT_SIGNAL_READY);
Expand Down

0 comments on commit 5d1634d

Please sign in to comment.