Cleanup: lttng-ctl-health comment
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 27 Jan 2014 03:31:40 +0000 (22:31 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 28 Jan 2014 21:19:41 +0000 (16:19 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/lib/lttng-ctl/lttng-ctl-health.c

index 534c01c023307ea2eb6bd6272b05fa2e601d2ce5..c78e0dcd9352d1884b9406cd035aa8f35b51180a 100644 (file)
@@ -260,7 +260,7 @@ retry:
        if (ret) {
                goto error;
        }
-       /* Connect to the sesssion daemon */
+       /* Connect to component */
        sock = lttcomm_connect_unix_sock(health->health_sock_path);
        if (sock < 0) {
                if (tracing_group) {
This page took 0.026505 seconds and 5 git commands to generate.