Clean-up: fix typo in sessiond main.c comment
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
index dcfa343791c2761a9176df6d83cfe7c8ca4a2b9e..db3f8851b7a6dfc2aa270860be8b7acea12d773c 100644 (file)
@@ -5989,7 +5989,7 @@ int main(int argc, char **argv)
        }
        load_info->path = opt_load_session_path;
 
-       /* Create health-check thread */
+       /* Create health-check thread. */
        ret = pthread_create(&health_thread, default_pthread_attr(),
                        thread_manage_health, (void *) NULL);
        if (ret) {
This page took 0.026854 seconds and 5 git commands to generate.