Catching up on misc. string and comment fixes
[lttng-tools.git] / src / bin / lttng-consumerd / lttng-consumerd.c
index 5d1ad06829f3539cd9619d27467c89580dbe569a..7e3bf3cfbad8c99976cd5b1e8813ad2adfa882a5 100644 (file)
@@ -49,7 +49,7 @@
 
 #include "lttng-consumerd.h"
 
-/* TODO : support UST (all direct kern-ctl accesses). */
+/* TODO : support UST (all direct kernel-ctl accesses). */
 
 /* the two threads (receive fd and poll) */
 static pthread_t threads[2];
@@ -310,7 +310,7 @@ int main(int argc, char **argv)
        ret = lttcomm_connect_unix_sock(error_sock_path);
        /* not a fatal error, but all communication with lttng-sessiond will fail */
        if (ret < 0) {
-               WARN("Cannot connect to error socket (is lttng-sessiond started ?)");
+               WARN("Cannot connect to error socket (is lttng-sessiond started?)");
        }
        lttng_consumer_set_error_sock(ctx, ret);
 
This page took 0.022845 seconds and 4 git commands to generate.