From: Jérémie Galarneau Date: Fri, 5 May 2017 03:24:27 +0000 (-0400) Subject: Clean-up: fix comment type in lttng-consumerd.c X-Git-Tag: v2.10.0-rc1~41 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=7b33648488cbc5292327347cf6b48c342f9ed8dc Clean-up: fix comment type in lttng-consumerd.c Signed-off-by: Jérémie Galarneau --- diff --git a/src/bin/lttng-consumerd/lttng-consumerd.c b/src/bin/lttng-consumerd/lttng-consumerd.c index 2f8eed108..a32548fa0 100644 --- a/src/bin/lttng-consumerd/lttng-consumerd.c +++ b/src/bin/lttng-consumerd/lttng-consumerd.c @@ -538,7 +538,7 @@ int main(int argc, char **argv) goto exit_data_thread; } - /* Create the thread to manage the receive of fd */ + /* Create the thread to manage the reception of fds */ ret = pthread_create(&sessiond_thread, default_pthread_attr(), consumer_thread_sessiond_poll, (void *) ctx);