From df0dc8d0926d2125a94499e435f1c08d08cf992d Mon Sep 17 00:00:00 2001 From: Nir Soffer Date: Sun, 19 Jan 2025 20:13:38 +0200 Subject: [PATCH] Improve comment about startup order Signed-off-by: Nir Soffer --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 438925e..a2e87de 100644 --- a/main.c +++ b/main.c @@ -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;