chiark / gitweb /
execute: reword comment
authorLennart Poettering <lennart@poettering.net>
Mon, 12 Jul 2010 19:53:36 +0000 (21:53 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 12 Jul 2010 19:53:36 +0000 (21:53 +0200)
src/execute.c

index 5483b6949eae57814eb14236e4a5f1104d1c69a5..9fe0a05767b2931a67045fed5fac69da2086e0cc 100644 (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;