Clean-up: fix typo in sessiond main.c comment
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
index 172f8c270d5b633466ace52d70fdcf3f3f061318..deb2edf9ba1e5189cd1d9e40934abfc3da1e43ab 100644 (file)
@@ -5973,7 +5973,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.022954 seconds and 4 git commands to generate.