Skip to content

Commit

Permalink
Merge pull request #115 from nirs/startup-comment
Browse files Browse the repository at this point in the history
Improve comment about startup order
  • Loading branch information
AkihiroSuda authored Jan 20, 2025
2 parents 3a09ffa + df0dc8d commit 15c0468
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 15c0468

Please sign in to comment.