From: Jérémie Galarneau Date: Thu, 2 Mar 2017 22:06:07 +0000 (-0500) Subject: Clean-up: typo in agent thread comment X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=50a600ba38d588ff79f2206c61e24d604d328e90 Clean-up: typo in agent thread comment Signed-off-by: Jérémie Galarneau --- diff --git a/src/bin/lttng-sessiond/agent-thread.c b/src/bin/lttng-sessiond/agent-thread.c index 39d2ec4a0..2439b3e28 100644 --- a/src/bin/lttng-sessiond/agent-thread.c +++ b/src/bin/lttng-sessiond/agent-thread.c @@ -252,7 +252,7 @@ void *agent_thread_manage_registration(void *data) goto error_tcp_socket; } - /* Add create valid TCP socket to poll set. */ + /* Add TCP socket to poll set. */ ret = lttng_poll_add(&events, reg_sock->fd, LPOLLIN | LPOLLERR | LPOLLHUP | LPOLLRDHUP); if (ret < 0) {