Skip to content

Commit

Permalink
Update core/federated/RTI/rti.c
Browse files Browse the repository at this point in the history
Co-authored-by: Edward A. Lee <eal@eecs.berkeley.edu>
  • Loading branch information
ChadliaJerad and edwardalee authored Jun 5, 2023
1 parent 3870e01 commit c023373
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 @@ -80,7 +80,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 c023373

Please sign in to comment.