From 85d73053f2eb6c3cfff18d184e13b0d536e34c17 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 12 Jul 2010 21:53:36 +0200 Subject: [PATCH] execute: reword comment --- src/execute.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/execute.c b/src/execute.c index 5483b6949..9fe0a0576 100644 --- a/src/execute.c +++ b/src/execute.c @@ -968,9 +968,9 @@ int exec_spawn(ExecCommand *command, goto fail; } - /* Close sockets very early to make sure we don' block - * init reexecution because it cannot bind its sockets - * or so */ + /* Close sockets very early to make sure we don't + * block init reexecution because it cannot bind its + * sockets */ if (close_all_fds(fds, n_fds) < 0) { r = EXIT_FDS; goto fail; -- 2.30.2