From fb23741c597f10fe9948569a9859079059f5e578 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 6 Dec 2021 11:09:15 -0500 Subject: [PATCH] Doc: query executor: extra 'get' in sentence MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- include/babeltrace2/graph/query-executor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1