From: Jérémie Galarneau Date: Mon, 6 Dec 2021 16:09:15 +0000 (-0500) Subject: Doc: query executor: extra 'get' in sentence X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=fb23741c597f10fe9948569a9859079059f5e578 Doc: query executor: extra 'get' in sentence The documentation specifies that: "The query operation feature exists so that you can get benefit from a [...]" I think the author meant to use "[...] so that you can benefit from [...]", which seems more idiomatic. Signed-off-by: Jérémie Galarneau Change-Id: I0402c48bf18de8138344c230c0b82968ce8f7d5f Reviewed-on: https://review.lttng.org/c/babeltrace/+/6867 Reviewed-by: Philippe Proulx Tested-by: jenkins --- diff --git a/include/babeltrace2/graph/query-executor.h b/include/babeltrace2/graph/query-executor.h index 647dc9b4..d4ef58f9 100644 --- a/include/babeltrace2/graph/query-executor.h +++ b/include/babeltrace2/graph/query-executor.h @@ -33,7 +33,7 @@ A component class can implement a query method to offer one or more Both the query parameters and the returned objects are \bt_p_val. -The query operation feature exists so that you can get benefit from a +The query operation feature exists so that you can benefit from a component class's implementation to get information about a trace, a stream, a distant server, and so on. For example, the source.ctf.lttng-live component class (see