X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Frunas.c;h=edbd70decc783ae3d00ec64fdb5d5736f79d706d;hp=7a6be2837d688ec2829a706d83f4153657464dfe;hb=cd89f030a3f4bbdc9a61a8d3e2e92089468f6de7;hpb=903ef6855b15a3352dee0d9870ca1b918669aa80 diff --git a/src/common/runas.c b/src/common/runas.c index 7a6be2837..edbd70dec 100644 --- a/src/common/runas.c +++ b/src/common/runas.c @@ -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: