Clean-up: fix typo in sessiond main.c comment
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 2 Mar 2017 22:22:08 +0000 (17:22 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 2 Mar 2017 22:22:34 +0000 (17:22 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
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.029376 seconds and 5 git commands to generate.