From: Jérémie Galarneau Date: Sat, 25 Jul 2015 20:31:43 +0000 (-0400) Subject: Comment grammar correction X-Git-Tag: v2.8.0-rc1~542 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=e785906cb00ba02483a94d5042f6e29812014ddc Comment grammar correction Signed-off-by: Jérémie Galarneau --- diff --git a/src/bin/lttng-sessiond/agent.c b/src/bin/lttng-sessiond/agent.c index 1eb64c25e..5d1bbccae 100644 --- a/src/bin/lttng-sessiond/agent.c +++ b/src/bin/lttng-sessiond/agent.c @@ -698,7 +698,7 @@ void agent_delete_app(struct agent_app *app) } /* - * Destroy a agent application object by detaching it from its corresponding + * Destroy an agent application object by detaching it from its corresponding * UST app if one is connected by closing the socket. Finally, perform a * delayed memory reclaim. */