sessiond: clean-up: typo in ust-app.c comment
[lttng-tools.git] / 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.025498 seconds and 5 git commands to generate.