templates: capitalize C comments
[deliverable/barectf.git] / barectf / templates / c / trace-func-proto.j2
index a25cd67bb29d2b13c75782439aa271fc01132e43..806f2fee8e9005dd0e91f2660f01e42e8d607d6e 100644 (file)
@@ -24,5 +24,5 @@
  #}
 {% import 'common.j2' as common %}
 {% import 'c/common.j2' as c_common %}
-/* trace (stream type `{{ stream_type.name }}`, event type `{{ ev_type.name }}`) */
+/* Trace (stream type `{{ stream_type.name }}`, event type `{{ ev_type.name }}`) */
 void {{ common.prefix }}{{ stream_type.name }}_trace_{{ ev_type.name }}(struct {{ common.prefix }}{{ stream_type.name }}_ctx *{{ c_common.const_ptr_str(const_params) }}sctx{{ (stream_type, ev_type) | trace_func_params_str(const_params) }})
This page took 0.021601 seconds and 4 git commands to generate.