execute: reword comment

This commit is contained in:
Lennart Poettering 2010-07-12 21:53:36 +02:00
parent 3fe5e5d476
commit 85d73053f2

View file

@ -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;