Doc: query executor: extra 'get' in sentence
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 6 Dec 2021 16:09:15 +0000 (11:09 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 6 Dec 2021 17:22:14 +0000 (12:22 -0500)
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 <jeremie.galarneau@efficios.com>
Change-Id: I0402c48bf18de8138344c230c0b82968ce8f7d5f
Reviewed-on: https://review.lttng.org/c/babeltrace/+/6867
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Tested-by: jenkins <jenkins@lttng.org>
include/babeltrace2/graph/query-executor.h

index 647dc9b4340678cb90943fb176331600f070c55c..d4ef58f97ab2a6c6b2b6c7682f5afebd45bc328c 100644 (file)
@@ -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
 <code>source.ctf.lttng-live</code> component class (see
This page took 0.025474 seconds and 4 git commands to generate.