Skip to content

Commit

Permalink
Merge branch 'main' into rti-refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
ChadliaJerad committed Jun 7, 2023
2 parents d6f4fb6 + 3444d87 commit b537835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/federated/RTI/rti.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ int main(int argc, const char* argv[]) {
lf_cond_init(&received_start_times, &rti_mutex);
lf_cond_init(&sent_start_time, &rti_mutex);

// Catch the Ctrl-C signal, for a clean exit that does not loose the trace information
// Catch the Ctrl-C signal, for a clean exit that does not lose the trace information
signal(SIGINT, exit);
if (atexit(termination) != 0) {
lf_print_warning("Failed to register termination function!");
Expand Down

0 comments on commit b537835

Please sign in to comment.