Missing word in worker_sighandler() comment
[lttng-tools.git] / 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.0245 seconds and 5 git commands to generate.