sessiond: clean-up: typo in ust-app.c comment
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 11 Oct 2019 20:08:24 +0000 (16:08 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 11 Oct 2019 20:08:37 +0000 (16:08 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/ust-app.c

index 66b50eb43df98ea42c0700c5cedd5e9f28e17e8b..aea37badb23ff6e829930181e2fb9dbdf70dd595 100644 (file)
@@ -4413,7 +4413,7 @@ int ust_app_start_trace(struct ltt_ust_session *usess, struct ust_app *app)
        health_code_update();
 
 skip_setup:
-       /* This start the UST tracing */
+       /* This starts the UST tracing */
        pthread_mutex_lock(&app->sock_lock);
        ret = ustctl_start_session(app->sock, ua_sess->handle);
        pthread_mutex_unlock(&app->sock_lock);
This page took 0.028113 seconds and 4 git commands to generate.