X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fsession.h;fp=src%2Fbin%2Flttng-sessiond%2Fsession.h;h=5ff20ad412eea13c1cdde2e0aa4c6e9202d37399;hp=9b790c1fe94df7911db72b2f9674eee7a089b138;hb=9b7cbebd7d78c0950c84cd834ce15d3298d997e6;hpb=44760c20f4fc255b63894ca758cf2ee5f253220b diff --git a/src/bin/lttng-sessiond/session.h b/src/bin/lttng-sessiond/session.h index 9b790c1fe..5ff20ad41 100644 --- a/src/bin/lttng-sessiond/session.h +++ b/src/bin/lttng-sessiond/session.h @@ -206,7 +206,7 @@ void session_unlock(struct ltt_session *session); * also used as a multi-session lock when synchronizing newly-registered * 'user space tracer' and 'agent' applications. * - * In other words, it prevents session configurations from changing while they + * In other words, it prevents tracer configurations from changing while they * are being transmitted to the various applications. */ void session_lock_list(void);