Skip to content

Commit

Permalink
Improve comment about startup order
Browse files Browse the repository at this point in the history
Signed-off-by: Nir Soffer <[email protected]>
  • Loading branch information
nirs committed Jan 19, 2025
1 parent 311512d commit df0dc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ int main(int argc, char *argv[]) {
goto done;
}

// Setup signals beofre creating the pidfile so the pidfile to ensure removal
// Setup signals beofre creating the pidfile to ensure removal of the pidfile
// when terminating by signal.
if (setup_signals(kq)) {
goto done;
Expand Down

0 comments on commit df0dc8d

Please sign in to comment.