barectf.h.j2: rename "clock callbacks" -> "clock source callbacks"
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 23 Sep 2020 22:17:28 +0000 (18:17 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 23 Sep 2020 22:17:28 +0000 (18:17 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
barectf/templates/c/barectf.h.j2

index 09633c9322a4b36067d52b0b07054735b9031f90..d8691f570af32a2be87817d7299f8c2d48324278 100644 (file)
@@ -81,7 +81,7 @@ void {{ prefix }}enable_tracing(void *ctx, int enable);
 struct {{ prefix }}platform_callbacks {
 {% set clk_types = trace_type.clock_types %}
 {% if clk_types %}
-       /* Clock callbacks */
+       /* Clock source callbacks */
        {% for clk_type in clk_types | sort %}
        {{ cg_opts.clock_type_c_types[clk_type] }} (*{{ clk_type.name }}_clock_get_value)(void *);
        {% endfor %}
This page took 0.024448 seconds and 4 git commands to generate.