Clean-up: fix comment type in lttng-consumerd.c
[lttng-tools.git] / 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.024883 seconds and 5 git commands to generate.