chiark / gitweb /
execute: reword comment
[elogind.git] / 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;