From: Jérémie Galarneau Date: Wed, 26 Aug 2015 16:05:03 +0000 (-0400) Subject: Grammar fix in comment X-Git-Tag: v2.8.0-rc1~458 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=ec16698551cf6ea3fb1f5dfc14b2e0651bc2c55d Grammar fix in comment give -> given Signed-off-by: Jérémie Galarneau --- diff --git a/src/lib/lttng-ctl/lttng-ctl.c b/src/lib/lttng-ctl/lttng-ctl.c index 779ee675f..9cbfef5f7 100644 --- a/src/lib/lttng-ctl/lttng-ctl.c +++ b/src/lib/lttng-ctl/lttng-ctl.c @@ -759,7 +759,7 @@ error: } /* - * Generate the filter bytecode from a give filter expression string. Put the + * Generate the filter bytecode from a given filter expression string. Put the * newly allocated parser context in ctxp and populate the lsm object with the * expression len. *