From: Jonathan Rajotte Date: Tue, 28 Jun 2016 19:56:16 +0000 (-0400) Subject: Doc: via -> using X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=d49b70310edc4f5612a6070509d90e3711e784ae Doc: via -> using Signed-off-by: Jonathan Rajotte --- diff --git a/src/bin/lttng/commands/create.c b/src/bin/lttng/commands/create.c index e787ed555..662f63072 100644 --- a/src/bin/lttng/commands/create.c +++ b/src/bin/lttng/commands/create.c @@ -246,7 +246,7 @@ error: } /* - * Create a session via direct calls to liblttng-ctl. + * Create a session using direct calls to liblttng-ctl. * * Return CMD_SUCCESS on success, negative value on internal lttng errors and positive * value on command errors.