Skip to content

Commit df0dc8d

Browse files
committed
Improve comment about startup order
Signed-off-by: Nir Soffer <nirsof@gmail.com>
1 parent 311512d commit df0dc8d

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)