Missing word in worker_sighandler() comment
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 26 Aug 2016 19:46:50 +0000 (15:46 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 26 Aug 2016 19:46:50 +0000 (15:46 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/runas.c

index 7a6be2837d688ec2829a706d83f4153657464dfe..edbd70decc783ae3d00ec64fdb5d5736f79d706d 100644 (file)
@@ -547,10 +547,10 @@ void worker_sighandler(int sig)
        const char *signame;
 
        /*
-        * The worker will its parent's signals since they are part of the same
-        * process group. However, in the case of SIGINT and SIGTERM, we want
-        * to give the worker a chance to teardown gracefully when its parent
-        * closes the command socket.
+        * The worker will inherit its parent's signals since they are part of
+        * the same process group. However, in the case of SIGINT and SIGTERM,
+        * we want to give the worker a chance to teardown gracefully when its
+        * parent closes the command socket.
         */
        switch (sig) {
        case SIGINT:
This page took 0.028047 seconds and 5 git commands to generate.