Skip to content

Commit 15c0468

Browse files
authored
Merge pull request #115 from nirs/startup-comment
Improve comment about startup order
2 parents 3a09ffa + df0dc8d commit 15c0468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ int main(int argc, char *argv[]) {
458458
goto done;
459459
}
460460

461-
// Setup signals beofre creating the pidfile so the pidfile to ensure removal
461+
// Setup signals beofre creating the pidfile to ensure removal of the pidfile
462462
// when terminating by signal.
463463
if (setup_signals(kq)) {
464464
goto done;

0 commit comments

Comments
 (0)