Clean-up: fix comment type in lttng-consumerd.c
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 5 May 2017 03:24:27 +0000 (23:24 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 5 May 2017 04:15:02 +0000 (00:15 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-consumerd/lttng-consumerd.c

index 2f8eed1085dfed209ba5f00979621e2f603d44be..a32548fa0ba14aa7874cbcb42c7365b5417dea70 100644 (file)
@@ -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);
This page took 0.025629 seconds and 4 git commands to generate.