From: Jérémie Galarneau Date: Thu, 2 Mar 2017 22:22:08 +0000 (-0500) Subject: Clean-up: fix typo in sessiond main.c comment X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=12b4fb37fb276ea3e28cda63c7c878345fcbd802 Clean-up: fix typo in sessiond main.c comment Signed-off-by: Jérémie Galarneau --- diff --git a/src/bin/lttng-sessiond/main.c b/src/bin/lttng-sessiond/main.c index 172f8c270..deb2edf9b 100644 --- a/src/bin/lttng-sessiond/main.c +++ b/src/bin/lttng-sessiond/main.c @@ -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) {