From: Jérémie Galarneau Date: Fri, 26 Aug 2016 19:46:50 +0000 (-0400) Subject: Missing word in worker_sighandler() comment X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=cd89f030a3f4bbdc9a61a8d3e2e92089468f6de7 Missing word in worker_sighandler() comment Signed-off-by: Jérémie Galarneau --- 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: