serialize-write-time-statements.j2: capitalize C comment
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 8 Sep 2020 16:48:54 +0000 (12:48 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 8 Sep 2020 16:49:08 +0000 (12:49 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
barectf/templates/c/serialize-write-time-statements.j2

index 28f5a8a3146478ba41a57322753b971371d633bd..ac5c48627608294ac21c2ec6d24f995223763cff 100644 (file)
@@ -24,5 +24,5 @@
  #}
 {% set c_type = op.ft | ft_c_type %}
 {% set src = 'ts' %}
-/* write {{ 'beginning ' if op.top_name == 'timestamp_begin' }}time field */
+/* Write {{ 'beginning ' if op.top_name == 'timestamp_begin' }}time field */
 {% include 'c/serialize-write-bit-array-statements.j2' %}
This page took 0.023727 seconds and 4 git commands to generate.